gst/mpegstream/gstdvddemux.c: Caps are only set if the type of the stream is unknown...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Wed, 15 Sep 2004 21:43:05 +0000 (21:43 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Wed, 15 Sep 2004 21:43:05 +0000 (21:43 +0000)
commitf750233f91ea7b2b242ec2d75318c6963ee814f0
tree568fbf44c80dbaa06351c92c95164bb8cac7b524
parentb413f5347ae6f981bebf132f70beb5264a646837
gst/mpegstream/gstdvddemux.c: Caps are only set if the type of the stream is unknown, but this is initialized in ->in...

Original commit message from CVS:
* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
Caps are only set if the type of the stream is unknown, but this
is initialized in ->init_stream(), so set to UNKNOWN after calling
->init_stream() so that capsnego starts.
ChangeLog