summaryrefslogtreecommitdiffstats
path: root/ext/cdaudio/gstcdaudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/cdaudio/gstcdaudio.c')
-rw-r--r--ext/cdaudio/gstcdaudio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/cdaudio/gstcdaudio.c b/ext/cdaudio/gstcdaudio.c
index 2a28d991..e278a687 100644
--- a/ext/cdaudio/gstcdaudio.c
+++ b/ext/cdaudio/gstcdaudio.c
@@ -206,8 +206,8 @@ gst_cdaudio_init (GstCDAudio * cdaudio, GstCDAudioClass * g_class)
cdaudio->was_playing = FALSE;
cdaudio->timer = g_timer_new ();
- GST_FLAG_SET (cdaudio, GST_BIN_FLAG_MANAGER);
- GST_FLAG_SET (cdaudio, GST_BIN_SELF_SCHEDULABLE);
+ GST_OBJECT_FLAG_SET (cdaudio, GST_BIN_FLAG_MANAGER);
+ GST_OBJECT_FLAG_SET (cdaudio, GST_BIN_SELF_SCHEDULABLE);
}
static void