diff options
author | Julien Moutte <julien@moutte.net> | 2004-01-12 14:40:53 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2004-01-12 14:40:53 +0000 |
commit | 99eb383a85b1f07f0e10784ccd603dab975851ea (patch) | |
tree | 7149014e178259049bae859d467a65fdd93c7209 /ChangeLog | |
parent | 31a4a04ef7329e894550db847d9aa913db61738a (diff) | |
download | gst-plugins-bad-99eb383a85b1f07f0e10784ccd603dab975851ea.tar.gz gst-plugins-bad-99eb383a85b1f07f0e10784ccd603dab975851ea.tar.bz2 gst-plugins-bad-99eb383a85b1f07f0e10784ccd603dab975851ea.zip |
sys/: Fixing the direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE than the free_func.
Original commit message from CVS:
2004-01-12 Julien MOUTTE <julien@moutte.net>
* sys/ximage/ximagesink.c: (gst_ximagesink_chain):
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
than the free_func.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-01-12 Julien MOUTTE <julien@moutte.net> + + * sys/ximage/ximagesink.c: (gst_ximagesink_chain): + * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the + direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE + than the free_func. + 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org> * sys/oss/gstossaudio.c: (plugin_init): |