mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
add elemt. to bin in arbitrary_fill_track_func
This commit is contained in:
parent
4d8a013bd3
commit
c1afe75b25
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ arbitrary_fill_track_func (GESTimelineObject * object,
|
|||
/* interpret user_data as name of element to create */
|
||||
|
||||
src = gst_element_factory_make (user_data, NULL);
|
||||
gst_bin_add (GST_BIN (gnlobj), src);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue