From: Mark Nauwelaerts Date: Fri, 2 Apr 2010 14:36:53 +0000 (+0200) Subject: oggdemux: fix debug message X-Git-Tag: RELEASE-0.10.30~257 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8ae2adef18798233aae9c9c3374eb398cb89229;p=platform%2Fupstream%2Fgst-plugins-base.git oggdemux: fix debug message --- diff --git a/ext/ogg/gstoggdemux.c b/ext/ogg/gstoggdemux.c index d485783..f8fb72a 100644 --- a/ext/ogg/gstoggdemux.c +++ b/ext/ogg/gstoggdemux.c @@ -294,7 +294,7 @@ gst_ogg_demux_receive_event (GstElement * element, GstEvent * event) * seek query upstream after converting it to bytes using * the average bitrate of the stream. */ if (!ogg->pullmode) { - GST_DEBUG_OBJECT (ogg, "seek on pull mode stream not implemented yet"); + GST_DEBUG_OBJECT (ogg, "seek on push mode stream not implemented yet"); goto error; }