ges: Make GESAudioSource and GESVideoSource abstract

This commit is contained in:
Thibault Saunier 2013-09-03 20:50:54 -04:00
parent 17122c44fb
commit 2f03a5df25
2 changed files with 2 additions and 2 deletions

View file

@ -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
{

View file

@ -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
{