mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
audio-source: fix indentation
https://bugzilla.gnome.org/show_bug.cgi?id=766524
This commit is contained in:
parent
62456af2a2
commit
4f8459b487
1 changed files with 2 additions and 2 deletions
|
@ -72,9 +72,9 @@ _sync_element_to_layer_property_float (GESTrackElement * trksrc,
|
|||
|
||||
parent = ges_timeline_element_get_parent (GES_TIMELINE_ELEMENT (trksrc));
|
||||
if (!parent) {
|
||||
GST_DEBUG_OBJECT (trksrc, "Not in a clip... doing nothing");
|
||||
GST_DEBUG_OBJECT (trksrc, "Not in a clip... doing nothing");
|
||||
|
||||
return;
|
||||
return;
|
||||
}
|
||||
|
||||
layer = ges_clip_get_layer (GES_CLIP (parent));
|
||||
|
|
Loading…
Reference in a new issue