mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
do not change caps in middle of stream except on new streams fixes #139382
Original commit message from CVS: do not change caps in middle of stream except on new streams fixes #139382
This commit is contained in:
parent
11df1eda2a
commit
5f8d994f26
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* ext/mad/gstmad.c: (gst_mad_handle_event),
|
||||
(gst_mad_check_caps_reset), (gst_mad_chain),
|
||||
(gst_mad_change_state):
|
||||
only set explicit caps if they haven't been set before for
|
||||
this stream. MPEG-audio sample rate/channels aren't allowed
|
||||
to change in-stream.
|
||||
Fixes #139382
|
||||
|
||||
2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
|
||||
|
|
Loading…
Reference in a new issue