gstreamer/gst
Vineeth T M 5d78aab810 decodebin: return incomplete topology if decode chains' cap could not be obtained
When getting caps of the decode chain, in get_topology, the caps are being
checked if fixed or not. But get_topology will be called when the decode is
chain is being exposed and hence it will always be fixed. Hence removing the
check for fixed caps. Removing gst_pad_get_current_caps for the chain->pad, as
get_pad_caps will again call the same api.

And get_topology can return NULL value if currently shutting down the
pipeline, which on being passed to create message will result in assertion
error. Check if topology is valid before using it

https://bugzilla.gnome.org/show_bug.cgi?id=755918
2016-02-17 10:48:29 +02:00
..
adder docs: order and canonicalize the -sections.txt file 2015-07-03 21:16:27 +02:00
app Remove obsolete Android build cruft 2015-04-26 18:42:34 +01:00
audioconvert audio-converter: small API tweaks 2016-01-08 17:34:50 +01:00
audiorate audiorate: Use gst_audio_format_fill_silence() instead of memset with 0 for generating silence 2016-01-28 13:29:39 +01:00
audioresample resample: avoid overflows 2016-02-11 19:55:08 +01:00
audiotestsrc audiotestsrc: increase freq limit 2015-11-02 15:54:19 +01:00
encoding encodebin: Allow streamheader update when profile.allow_dynamic_output == FALSE 2016-01-27 12:58:23 +01:00
gio gio: don't use soon-to-be-deprecated g_cancellable_reset() 2015-05-19 18:52:41 +01:00
playback decodebin: return incomplete topology if decode chains' cap could not be obtained 2016-02-17 10:48:29 +02:00
subparse subparse: detect closing tags even if there's a space after the slash 2015-09-30 18:17:13 +01:00
tcp multifdsink: fix typo in GST_WARNING_OBJECT 2015-12-16 11:12:03 +00:00
typefind typefindfunctions: Make sure that enough data is available in AAC/ADTS typefinder 2015-12-28 13:51:02 +02:00
videoconvert Update mailing list address from sourceforge to freedesktop 2015-07-16 17:17:16 +01:00
videorate videorate: replace accept-caps with a caps query 2016-01-08 15:05:38 -03:00
videoscale videoscale: fix gamma-decode option 2015-09-03 17:56:05 +02:00
videotestsrc videotestsrc: add missing break in set_property switch case 2016-01-06 13:21:06 +02:00
volume volume: Do not try to get binding value array if we are not processing any sample 2015-11-05 11:44:31 +01:00
Makefile.am build: build plugin and example directories in parallel if make -jN is used 2010-03-29 00:26:59 +01:00