decodebin2: add comment and whitespace trimming

This commit is contained in:
Stefan Kost 2011-01-25 18:03:23 +02:00
parent 682ca018c9
commit 69436bb8a6

View file

@ -1362,6 +1362,8 @@ analyze_new_pad (GstDecodeBin * dbin, GstElement * src, GstPad * pad,
GstDecodeGroup *group;
GstDecodeChain *oldchain = chain;
/* we are adding a new pad for a demuxer (see is_demuxer_element(),
* start a new chain for it */
CHAIN_MUTEX_LOCK (oldchain);
group = gst_decode_chain_get_current_group (chain);
if (group) {