gstreamer/ext
Laszlo Pandy 73fac6e4ea Don't call FLAC__ methods before it's initialized. Fixes #516031
In the event handler, gst_flac_dec_sink_event(), two functions are called on
the FLAC stream without checking if it has been initialized:
FLAC__stream_decoder_flush()
FLAC__stream_decoder_process_until_end_of_stream()

Both these FLAC__*() functions modify the internal state of the FLAC stream.
Later, when the buffers start flowing, gst_flac_dec_chain() tries to initialize
the stream. the FLAC__stream_decoder_init_stream() call will fail because the
previous calls to FLAC__*() changed the stream state so it is no longer in the
initialized state.
2009-03-12 16:10:25 +01:00
..
aalib Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
annodex Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
cairo Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
dv Fix the field dominance 2009-02-27 23:26:40 -08:00
esd Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
flac Don't call FLAC__ methods before it's initialized. Fixes #516031 2009-03-12 16:10:25 +01:00
gconf gconf: Rename gconf.[ch] to gstgconf.[ch] to prevent name conflicts 2009-02-24 14:56:14 +01:00
gdk_pixbuf Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
hal Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
jpeg jpegenc: error out instead of crashing if no caps have been set 2009-02-25 12:50:37 +00:00
ladspa Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
libcaca Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
libmng Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
libpng pngdec: various cleanups. 2009-03-10 11:03:14 +01:00
mikmod Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
pulse pulsemixer: Don't use g_atomic_int_(get|set) for accessing the mixer track flags 2009-02-22 18:08:59 +01:00
raw1394 hdv1394src: Don't use void * pointer arithmetic 2009-02-22 12:41:53 +01:00
shout2 Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
soup souphttpsrc: Expose the SoupSession 'timeout' property. 2009-03-03 12:20:27 +01:00
speex Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
taglib Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
wavpack Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
Makefile.am Pull changes from 0.10.9.2 pre-release branch moving the libcdio 2008-08-12 09:22:29 +00:00