mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
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.
This commit is contained in:
parent
3e58cab694
commit
7481a35b0b
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
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):
|
||||
|
|
Loading…
Reference in a new issue