gstreamer/ext/mpeg2dec
Zaheer Abbas Merali 4fd7bf7a94 ext/mpeg2dec/gstmpeg2dec.c: Never post a (fatal) error message on the bus on decoding errors. We should only do this ...
Original commit message from CVS:
Patch by: Zaheer Abbas Merali  <zaheermerali at gmail com>
* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_chain):
Never post a (fatal) error message on the bus on decoding errors. We
should only do this if we can't recover, but mpeg2dec can always
recover. This is needed for DVB streams, for example, where there
may be temporary glitches in the stream. Instead of an error
message, post a warning message on the bus for every N decoding
errors. Fixes #370020.
2007-03-02 13:01:48 +00:00
..
.gitignore Initial revision 2001-12-23 06:03:21 +00:00
gstmpeg2dec.c ext/mpeg2dec/gstmpeg2dec.c: Never post a (fatal) error message on the bus on decoding errors. We should only do this ... 2007-03-02 13:01:48 +00:00
gstmpeg2dec.h ext/mpeg2dec/gstmpeg2dec.*: Align buffers to a 16 byte boundary so the altivec optimisations don't crash. Fixes #327350. 2006-11-21 12:15:58 +00:00
Makefile.am Add missing GST_LIBS to the link flags 2006-08-31 13:04:31 +00:00
perftest.c gst-indent 2004-03-14 22:34:30 +00:00