mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
GESTimelinePipeline: Remove unused variable/label.
This commit is contained in:
parent
7aedc2bcfb
commit
2b589d4d29
1 changed files with 0 additions and 2 deletions
|
@ -119,7 +119,6 @@ ges_timeline_pipeline_new (void)
|
||||||
static gboolean
|
static gboolean
|
||||||
ges_timeline_pipeline_update_caps (GESTimelinePipeline * self)
|
ges_timeline_pipeline_update_caps (GESTimelinePipeline * self)
|
||||||
{
|
{
|
||||||
gboolean res = FALSE;
|
|
||||||
GList *ltrack, *tracks, *lstream;
|
GList *ltrack, *tracks, *lstream;
|
||||||
|
|
||||||
if (!self->profile)
|
if (!self->profile)
|
||||||
|
@ -173,7 +172,6 @@ ges_timeline_pipeline_update_caps (GESTimelinePipeline * self)
|
||||||
|
|
||||||
GST_DEBUG ("Done updating caps");
|
GST_DEBUG ("Done updating caps");
|
||||||
|
|
||||||
beach:
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue