projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62456af
)
audio-source: fix indentation
author
Aurélien Zanelli
<aurelien.zanelli@darkosphere.fr>
Mon, 16 May 2016 15:35:29 +0000
(17:35 +0200)
committer
Thibault Saunier
<tsaunier@gnome.org>
Mon, 16 May 2016 17:21:12 +0000
(13:21 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=766524
ges/ges-audio-source.c
patch
|
blob
|
history
diff --git
a/ges/ges-audio-source.c
b/ges/ges-audio-source.c
index 178227ee0360785cd732b0d749caa0147b66c06d..21ec2b2de3a6efd96f6fae048e2e82025c9aef13 100644
(file)
--- a/
ges/ges-audio-source.c
+++ b/
ges/ges-audio-source.c
@@
-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));