mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-01 01:33:52 +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-video-track.h"
|
||||||
|
#include "ges-smart-video-mixer.h"
|
||||||
|
|
||||||
struct _GESVideoTrackPrivate
|
struct _GESVideoTrackPrivate
|
||||||
{
|
{
|
||||||
|
@ -68,6 +69,8 @@ ges_video_track_class_init (GESVideoTrackClass * klass)
|
||||||
g_type_class_add_private (klass, sizeof (GESVideoTrackPrivate));
|
g_type_class_add_private (klass, sizeof (GESVideoTrackPrivate));
|
||||||
|
|
||||||
object_class->finalize = ges_video_track_finalize;
|
object_class->finalize = ges_video_track_finalize;
|
||||||
|
|
||||||
|
GES_TRACK_CLASS (klass)->get_mixing_element = ges_smart_mixer_new;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue