diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-12-12 19:41:28 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-12-12 19:41:28 +0000 |
commit | c5ae18491086953f5dcf6a194a7a16f1548c0bf0 (patch) | |
tree | 2ed5271d276aef8edf96e467d6ec330c4240b04d /ChangeLog | |
parent | 552b5f5fcd844b89f31321a12165b654a24bb7a9 (diff) |
gst-libs/gst/cdda/gstcddabasesrc.c: Remove erroneous gst_buffer_ref().
Original commit message from CVS:
* gst-libs/gst/cdda/gstcddabasesrc.c:
(gst_cdda_base_src_handle_event):
Remove erroneous gst_buffer_ref().
* tests/check/libs/rtp.c: (GST_START_TEST):
Don't forget to unref the buffer once you're done with it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk> + + * gst-libs/gst/cdda/gstcddabasesrc.c: + (gst_cdda_base_src_handle_event): + Remove erroneous gst_buffer_ref(). + * tests/check/libs/rtp.c: (GST_START_TEST): + Don't forget to unref the buffer once you're done with it. + 2008-12-12 Stefan Kost <ensonic@users.sf.net> * gst/playback/gstplaybin.c: |