diff --git a/src/VideoStreaming/gstqtvideosink/gstqtglvideosink.cpp b/src/VideoStreaming/gstqtvideosink/gstqtglvideosink.cpp index 62c4698f2465bd648f3b7576a7246b0004a65184..2af4d8a8a45af0d89293f15b0bccea0813c215bc 100644 --- a/src/VideoStreaming/gstqtvideosink/gstqtglvideosink.cpp +++ b/src/VideoStreaming/gstqtvideosink/gstqtglvideosink.cpp @@ -21,6 +21,23 @@ * @author Gus Grubba */ +/* + * 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"