mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
ges: Make GESAudioSource and GESVideoSource abstract
This commit is contained in:
parent
17122c44fb
commit
2f03a5df25
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
#include "ges-audio-source.h"
|
||||
#include "ges-layer.h"
|
||||
|
||||
G_DEFINE_TYPE (GESAudioSource, ges_audio_source, GES_TYPE_SOURCE);
|
||||
G_DEFINE_ABSTRACT_TYPE (GESAudioSource, ges_audio_source, GES_TYPE_SOURCE);
|
||||
|
||||
struct _GESAudioSourcePrivate
|
||||
{
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "ges-layer.h"
|
||||
#include "gstframepositionner.h"
|
||||
|
||||
G_DEFINE_TYPE (GESVideoSource, ges_video_source, GES_TYPE_SOURCE);
|
||||
G_DEFINE_ABSTRACT_TYPE (GESVideoSource, ges_video_source, GES_TYPE_SOURCE);
|
||||
|
||||
struct _GESVideoSourcePrivate
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue