ges: Make GESAudioSource and GESVideoSource abstract
authorThibault Saunier <thibault.saunier@collabora.com>
Wed, 4 Sep 2013 00:50:54 +0000 (20:50 -0400)
committerThibault Saunier <thibault.saunier@collabora.com>
Wed, 4 Sep 2013 00:57:31 +0000 (20:57 -0400)
ges/ges-audio-source.c
ges/ges-video-source.c

index 6b0b69e..a832c0e 100644 (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
 {
index de07a87..142ffc7 100644 (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
 {