mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
video-track: "implement" get_mixing_element.
This commit is contained in:
parent
859f4c3c05
commit
2b4609bfe7
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
*/
|
||||
|
||||
#include "ges-video-track.h"
|
||||
#include "ges-smart-video-mixer.h"
|
||||
|
||||
struct _GESVideoTrackPrivate
|
||||
{
|
||||
|
@ -68,6 +69,8 @@ ges_video_track_class_init (GESVideoTrackClass * klass)
|
|||
g_type_class_add_private (klass, sizeof (GESVideoTrackPrivate));
|
||||
|
||||
object_class->finalize = ges_video_track_finalize;
|
||||
|
||||
GES_TRACK_CLASS (klass)->get_mixing_element = ges_smart_mixer_new;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue