mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +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
|
||||
ges_timeline_pipeline_update_caps (GESTimelinePipeline * self)
|
||||
{
|
||||
gboolean res = FALSE;
|
||||
GList *ltrack, *tracks, *lstream;
|
||||
|
||||
if (!self->profile)
|
||||
|
@ -173,7 +172,6 @@ ges_timeline_pipeline_update_caps (GESTimelinePipeline * self)
|
|||
|
||||
GST_DEBUG ("Done updating caps");
|
||||
|
||||
beach:
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue