mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
decodebin2: add comment and whitespace trimming
This commit is contained in:
parent
682ca018c9
commit
69436bb8a6
1 changed files with 12 additions and 10 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue