diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-09-15 21:43:05 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-09-15 21:43:05 +0000 |
commit | e167cdeaf1f794292cb8eab90ffee5f47a7bafb7 (patch) | |
tree | c8d091ff3b3c6f663e1721661c8c4eb75c8a169f | |
parent | b465cd10f1d96bd815f8ba8006ad832371e7569f (diff) | |
download | gst-plugins-bad-e167cdeaf1f794292cb8eab90ffee5f47a7bafb7.tar.gz gst-plugins-bad-e167cdeaf1f794292cb8eab90ffee5f47a7bafb7.tar.bz2 gst-plugins-bad-e167cdeaf1f794292cb8eab90ffee5f47a7bafb7.zip |
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.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * 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. + +2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query), (gst_avi_demux_stream_data): Just hardcode for raw audio then. AVI audio sucks. |