mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
TrackTransition: Don't return anything for unhandled tracks
This commit is contained in:
parent
b30a85117c
commit
919076f892
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ ges_track_transition_create_element (GESTrackTransition * self)
|
||||||
{
|
{
|
||||||
GST_WARNING ("transitions don't handle this track type!");
|
GST_WARNING ("transitions don't handle this track type!");
|
||||||
|
|
||||||
return gst_element_factory_make ("identity", "invalid-track-type");
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue