mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
c36509f8b8
commit
5de80e5900
3 changed files with 11 additions and 2 deletions
|
@ -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>
|
2005-10-21 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/playback/gstdecodebin.c: (gst_decode_bin_init),
|
* gst/playback/gstdecodebin.c: (gst_decode_bin_init),
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <ogg/ogg.h>
|
#include <ogg/ogg.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <gst/gst-i18n-plugin.h>
|
||||||
|
|
||||||
#define CHUNKSIZE (8500) /* this is out of vorbisfile */
|
#define CHUNKSIZE (8500) /* this is out of vorbisfile */
|
||||||
|
|
||||||
|
@ -2289,8 +2290,9 @@ pause:
|
||||||
gst_pad_pause_task (ogg->sinkpad);
|
gst_pad_pause_task (ogg->sinkpad);
|
||||||
if (GST_FLOW_IS_FATAL (ret)) {
|
if (GST_FLOW_IS_FATAL (ret)) {
|
||||||
gst_ogg_demux_send_event (ogg, gst_event_new_eos ());
|
gst_ogg_demux_send_event (ogg, gst_event_new_eos ());
|
||||||
GST_ELEMENT_ERROR (ogg, STREAM, STOPPED,
|
GST_ELEMENT_ERROR (ogg, STREAM, FAILED,
|
||||||
(NULL), ("stream stopped, reason %s", gst_flow_get_name (ret)));
|
(_("Internal data stream error.")),
|
||||||
|
("stream stopped, reason %s", gst_flow_get_name (ret)));
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,4 +2,5 @@ ext/alsa/gstalsamixertrack.c
|
||||||
ext/cdparanoia/gstcdparanoia.c
|
ext/cdparanoia/gstcdparanoia.c
|
||||||
ext/gnomevfs/gstgnomevfssrc.c
|
ext/gnomevfs/gstgnomevfssrc.c
|
||||||
ext/gnomevfs/gstgnomevfssink.c
|
ext/gnomevfs/gstgnomevfssink.c
|
||||||
|
ext/ogg/gstoggdemux.c
|
||||||
gst/playback/gstplaybasebin.c
|
gst/playback/gstplaybasebin.c
|
||||||
|
|
Loading…
Reference in a new issue