gstreamer/gst-libs/gst/play
Julien Moutte 10b53458ad 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.
2004-01-12 16:48:48 +00:00
..
gstplay.c 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... 2004-01-12 16:48:48 +00:00
gstplay.h examples/gstplay/Makefile.am: Adding the interface library. 2004-01-07 21:49:25 +00:00
Makefile.am examples/gstplay/Makefile.am: Adding the interface library. 2004-01-07 21:49:25 +00:00
play.c 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... 2004-01-12 16:48:48 +00:00
play.h examples/gstplay/Makefile.am: Adding the interface library. 2004-01-07 21:49:25 +00:00
play.old.c Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap(). 2004-01-12 03:40:18 +00:00
play.old.h Change GST_*_PADDING to _gst_private[GST_PADDING] 2003-12-09 10:02:08 +00:00
playpipelines.c There was a floating doubt on the way visualization is written. We use 'z' everywhere now. Both in gst-player and lib... 2003-10-06 10:29:27 +00:00