diff options
author | Julien Moutte <julien@moutte.net> | 2004-01-12 16:48:48 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2004-01-12 16:48:48 +0000 |
commit | 7481a35b0b3e524234d41a5df123c69f678196f4 (patch) | |
tree | aad26eeba5577536a9770300e23d25035ebc836e | |
parent | 3e58cab694155490683372ab8ca00ecf190b07f6 (diff) |
gst-libs/gst/play/gstplay.c: When analyzing the pads of an element the bin is mostly in READY state so no caps were n...
Original commit message from CVS:
2004-01-12 Julien MOUTTE <julien@moutte.net>
* gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
analyzing the pads of an element the bin is mostly in READY state so
no caps were negotiated. This helper function needs to work with
_get_caps directly then. I was not freeing them though, added that to
fix the mem leak.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-01-12 Julien MOUTTE <julien@moutte.net> + * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When + analyzing the pads of an element the bin is mostly in READY state so + no caps were negotiated. This helper function needs to work with + _get_caps directly then. I was not freeing them though, added that to + fix the mem leak. + +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 |