From fc537ad66786c2ac6697203d93dc8cad04a45df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 21 May 2012 10:08:33 +0200 Subject: [PATCH] discoverer: Put back accidentially deleted line --- gst-libs/gst/pbutils/gstdiscoverer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/pbutils/gstdiscoverer.h b/gst-libs/gst/pbutils/gstdiscoverer.h index 28d3ae48e0..e11bc1793b 100644 --- a/gst-libs/gst/pbutils/gstdiscoverer.h +++ b/gst-libs/gst/pbutils/gstdiscoverer.h @@ -50,6 +50,7 @@ GType gst_discoverer_stream_info_get_type (void); * * As a simple example, if you run #GstDiscoverer on an AVI file with one audio * and one video stream, you will get a #GstDiscovererContainerInfo + * corresponding to the AVI container, which in turn will have a * #GstDiscovererAudioInfo sub-stream and a #GstDiscovererVideoInfo sub-stream * for the audio and video streams respectively. *