discoverer: Put back accidentially deleted line
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 21 May 2012 08:08:33 +0000 (10:08 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 21 May 2012 08:08:33 +0000 (10:08 +0200)
gst-libs/gst/pbutils/gstdiscoverer.h

index 28d3ae4..e11bc17 100644 (file)
@@ -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.
  *