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 | 3e58cab694155490683372ab8ca00ecf190b07f6 (patch) | |
tree | 387c9e63a326bf4c919467ea56a51d95acd581d3 | |
parent | c302fb72554c74aa5ac65e200647985acef586db (diff) |
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.
-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): |