Commit 38cf8056 authored by dogmaphobic's avatar dogmaphobic

Documenting marshaller creation for posterity.

parent f882a833
...@@ -21,6 +21,23 @@ ...@@ -21,6 +21,23 @@
* @author Gus Grubba <mavlink@grubba.com> * @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 "gstqtglvideosink.h"
#include "gstqtvideosinkmarshal.h" #include "gstqtvideosinkmarshal.h"
#include "delegates/qtvideosinkdelegate.h" #include "delegates/qtvideosinkdelegate.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment