From 38cf805620950c1c1532b3552592a890a2718dd5 Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Tue, 7 Jul 2015 12:47:19 -0400 Subject: [PATCH] Documenting marshaller creation for posterity. --- .../gstqtvideosink/gstqtglvideosink.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/VideoStreaming/gstqtvideosink/gstqtglvideosink.cpp b/src/VideoStreaming/gstqtvideosink/gstqtglvideosink.cpp index 62c4698f2..2af4d8a8a 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" -- 2.22.0