STOPPED -> FAILED

Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
* po/POTFILES.in:
STOPPED -> FAILED
This commit is contained in:
Thomas Vander Stichele 2005-10-23 09:57:59 +00:00
parent c36509f8b8
commit 5de80e5900
3 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
* po/POTFILES.in:
STOPPED -> FAILED
2005-10-21 Wim Taymans <wim@fluendo.com>
* gst/playback/gstdecodebin.c: (gst_decode_bin_init),

View file

@ -25,6 +25,7 @@
#include <gst/gst.h>
#include <ogg/ogg.h>
#include <string.h>
#include <gst/gst-i18n-plugin.h>
#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;
}

View file

@ -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