diff --git a/ext/ogg/gstoggdemux.c b/ext/ogg/gstoggdemux.c index 81734e9a2e..70ba16a868 100644 --- a/ext/ogg/gstoggdemux.c +++ b/ext/ogg/gstoggdemux.c @@ -2298,7 +2298,7 @@ static gboolean gst_ogg_demux_plugin_init (GstPlugin * plugin); G_DEFINE_TYPE (GstOggDemux, gst_ogg_demux, GST_TYPE_ELEMENT); #define _do_init \ - ret |= gst_ogg_demux_plugin_init (plugin); + gst_ogg_demux_plugin_init (plugin); GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (oggdemux, "oggdemux", GST_RANK_PRIMARY, GST_TYPE_OGG_DEMUX, _do_init);