Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
38cf8056
Commit
38cf8056
authored
Jul 07, 2015
by
dogmaphobic
Browse files
Documenting marshaller creation for posterity.
parent
f882a833
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VideoStreaming/gstqtvideosink/gstqtglvideosink.cpp
View file @
38cf8056
...
...
@@ -21,6 +21,23 @@
* @author Gus Grubba <mavlink@grubba.com>
*/
/*
* Note on the marshallers
*
* If it ever needs to be recreated, here is what you need to do:
*
* cat > marshaller.src
* VOID:POINTER,FLOAT,FLOAT,FLOAT,FLOAT
* VOID:POINTER,DOUBLE,DOUBLE,DOUBLE,DOUBLE
* POINTER:POINTER,FLOAT,FLOAT,FLOAT,FLOAT
* POINTER:POINTER,DOUBLE,DOUBLE,DOUBLE,DOUBLE
* Ctrl+D (EOF)
*
* glib-genmarshal --header marshaller.list > gstqtvideosinkmarshal.h
* glib-genmarshal --body marshaller.list > gstqtvideosinkmarshal.c
*
*/
#include
"gstqtglvideosink.h"
#include
"gstqtvideosinkmarshal.h"
#include
"delegates/qtvideosinkdelegate.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment