diff options
Diffstat (limited to 'gst/cdxaparse/gstcdxastrip.c')
-rw-r--r-- | gst/cdxaparse/gstcdxastrip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/cdxaparse/gstcdxastrip.c b/gst/cdxaparse/gstcdxastrip.c index 2138ce37..66bd9a2c 100644 --- a/gst/cdxaparse/gstcdxastrip.c +++ b/gst/cdxaparse/gstcdxastrip.c @@ -113,7 +113,7 @@ gst_cdxastrip_class_init (GstCDXAStripClass * klass) static void gst_cdxastrip_init (GstCDXAStrip * cdxastrip) { - GST_FLAG_SET (cdxastrip, GST_ELEMENT_EVENT_AWARE); + GST_OBJECT_FLAG_SET (cdxastrip, GST_ELEMENT_EVENT_AWARE); cdxastrip->sinkpad = gst_pad_new_from_template (gst_static_pad_template_get |