diff options
Diffstat (limited to 'gst/gdp/gstgdppay.c')
-rw-r--r-- | gst/gdp/gstgdppay.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/gdp/gstgdppay.c b/gst/gdp/gstgdppay.c index e80476e5..36585a02 100644 --- a/gst/gdp/gstgdppay.c +++ b/gst/gdp/gstgdppay.c @@ -26,6 +26,13 @@ * This element payloads GStreamer buffers and events using the * GStreamer Data Protocol. * </para> + * <para> + * <programlisting> + * gst-launch -v -m videotestsrc num-buffers=50 ! gdppay ! filesink location=test.gdp + * </programlisting> + * This pipeline creates a serialized video stream that can be played back + * with the example shown in gdpdepay. + * </para> * </refsect2> */ |