mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
Fix ChangeLog message
Original commit message from CVS: Fix ChangeLog message
This commit is contained in:
parent
009c9750ea
commit
60229cf25e
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@
|
||||||
* gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
|
* gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
|
||||||
(gst_id3demux_sink_activate):
|
(gst_id3demux_sink_activate):
|
||||||
Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
|
Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
|
||||||
caps passed to it (previouslly one code path assumes it takes ownership
|
caps passed to it (previously one code path assumed it took ownership
|
||||||
while another one assumes it doesn't).
|
while another one assumed it didn't, while in fact it sometimes did and
|
||||||
|
sometimes didn't ...).
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
* tests/files/Makefile.am:
|
* tests/files/Makefile.am:
|
||||||
|
|
Loading…
Reference in a new issue