From: Thomas Vander Stichele Date: Sun, 23 Oct 2005 09:57:59 +0000 (+0000) Subject: STOPPED -> FAILED X-Git-Tag: RELEASE-0_9_4~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5de80e59004777379a587c763cc3295ff420ecae;p=platform%2Fupstream%2Fgst-plugins-base.git STOPPED -> FAILED Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop): * po/POTFILES.in: STOPPED -> FAILED --- diff --git a/ChangeLog b/ChangeLog index 64cb545..47c5941 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-23 Thomas Vander Stichele + + * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop): + * po/POTFILES.in: + STOPPED -> FAILED + 2005-10-21 Wim Taymans * gst/playback/gstdecodebin.c: (gst_decode_bin_init), diff --git a/ext/ogg/gstoggdemux.c b/ext/ogg/gstoggdemux.c index 83d9c1a..6a6db3d 100644 --- a/ext/ogg/gstoggdemux.c +++ b/ext/ogg/gstoggdemux.c @@ -25,6 +25,7 @@ #include #include #include +#include #define CHUNKSIZE (8500) /* this is out of vorbisfile */ @@ -2289,8 +2290,9 @@ pause: gst_pad_pause_task (ogg->sinkpad); if (GST_FLOW_IS_FATAL (ret)) { gst_ogg_demux_send_event (ogg, gst_event_new_eos ()); - GST_ELEMENT_ERROR (ogg, STREAM, STOPPED, - (NULL), ("stream stopped, reason %s", gst_flow_get_name (ret))); + GST_ELEMENT_ERROR (ogg, STREAM, FAILED, + (_("Internal data stream error.")), + ("stream stopped, reason %s", gst_flow_get_name (ret))); } return; } diff --git a/po/POTFILES.in b/po/POTFILES.in index 51df53f..af5570e 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -2,4 +2,5 @@ ext/alsa/gstalsamixertrack.c ext/cdparanoia/gstcdparanoia.c ext/gnomevfs/gstgnomevfssrc.c ext/gnomevfs/gstgnomevfssink.c +ext/ogg/gstoggdemux.c gst/playback/gstplaybasebin.c