diff options
Diffstat (limited to 'gst/cdxaparse')
-rw-r--r-- | gst/cdxaparse/gstcdxaparse.c | 2 | ||||
-rw-r--r-- | gst/cdxaparse/gstcdxastrip.c | 2 | ||||
-rw-r--r-- | gst/cdxaparse/gstvcdparse.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gst/cdxaparse/gstcdxaparse.c b/gst/cdxaparse/gstcdxaparse.c index 10dbd6f1..b95c659e 100644 --- a/gst/cdxaparse/gstcdxaparse.c +++ b/gst/cdxaparse/gstcdxaparse.c @@ -131,7 +131,7 @@ gst_cdxaparse_init (GstCDXAParse * cdxaparse) cdxaparse->seek_pending = FALSE; cdxaparse->seek_offset = 0; - GST_FLAG_SET (cdxaparse, GST_ELEMENT_EVENT_AWARE); + GST_OBJECT_FLAG_SET (cdxaparse, GST_ELEMENT_EVENT_AWARE); } static gboolean 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 diff --git a/gst/cdxaparse/gstvcdparse.c b/gst/cdxaparse/gstvcdparse.c index 2138ce37..66bd9a2c 100644 --- a/gst/cdxaparse/gstvcdparse.c +++ b/gst/cdxaparse/gstvcdparse.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 |