diff options
author | Olivier Crete <tester@tester.ca> | 2008-01-25 01:44:27 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2008-01-25 01:44:27 +0000 |
commit | f1e76e386bcaad9db63b860f599514f297958324 (patch) | |
tree | e388f7f8afdecd9a34a5b1224e93ce6e714edd0e /ChangeLog | |
parent | 0f0a72f78b719123cb593e3adaf5e99f4856298f (diff) | |
download | gst-plugins-bad-f1e76e386bcaad9db63b860f599514f297958324.tar.gz gst-plugins-bad-f1e76e386bcaad9db63b860f599514f297958324.tar.bz2 gst-plugins-bad-f1e76e386bcaad9db63b860f599514f297958324.zip |
gst/rtpmanager/rtpsource.c: Fix unref of buffer using the wrong function. Fixes #511920
Original commit message from CVS:
Patch by: Olivier Crete <tester@tester.ca>
* gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
wrong function. Fixes #511920
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-01-24 David Schleef <ds@schleef.org> + + Patch by: Olivier Crete <tester@tester.ca> + + * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the + wrong function. Fixes #511920 + 2008-01-24 Stefan Kost <ensonic@users.sf.net> * docs/plugins/Makefile.am: |