diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-03-06 23:21:41 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-03-06 23:21:41 +0000 |
commit | 60229cf25e7cd055581e30cfb3ed61f31c1fd019 (patch) | |
tree | 3a93c4ef5b5e058fac1913e29ba1af68c06392eb | |
parent | 009c9750ea535fca5fea1df3fbaf7aa691e962e6 (diff) |
Fix ChangeLog message
Original commit message from CVS:
Fix ChangeLog message
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,8 +3,9 @@ * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad), (gst_id3demux_sink_activate): 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 - while another one assumes it doesn't). + caps passed to it (previously one code path assumed it took ownership + while another one assumed it didn't, while in fact it sometimes did and + sometimes didn't ...). * configure.ac: * tests/files/Makefile.am: |