gstreamer/ext
Tim-Philipp Müller 024b052249 ext/dvdread/dvdreadsrc.c: Don't implement GstBaseSrc::get_size or GstBaseSrc::is_seekable, otherwise GstBaseSrc will ...
Original commit message from CVS:
* ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_class_init),
(gst_dvd_read_src_get_size), (gst_dvd_read_src_do_seek),
(gst_dvd_read_src_do_duration_query):
Don't implement GstBaseSrc::get_size or GstBaseSrc::is_seekable,
otherwise GstBaseSrc will think we can operate pull_range based,
which we don't really, and typefinding will fail miserably.
Also, make seeking work somewhat (only works with flumpegdemux
at the moment, mpegstream needs fixing for that first).
2006-02-13 14:09:26 +00:00
..
a52dec expand tabs 2005-12-06 19:48:07 +00:00
amrnb ext/amrnb/amrnbdec.*: Fix amrnbdec, handle events, take copy from adapter since the decoder apparently writes in the ... 2006-02-06 15:55:28 +00:00
cdio docs/plugins/: Add cdio plugin to docs. 2006-02-06 11:34:23 +00:00
dvdnav fix up error domains, error strings, and use of translation 2006-01-20 14:18:20 +00:00
dvdread ext/dvdread/dvdreadsrc.c: Don't implement GstBaseSrc::get_size or GstBaseSrc::is_seekable, otherwise GstBaseSrc will ... 2006-02-13 14:09:26 +00:00
lame ext/lame/gstlame.*: Contrary to what the const char in the lame API might suggest, lame expects us to keep the string... 2006-01-23 18:37:16 +00:00
mad Just make it compile with --disable-gst-debug. 2006-02-03 18:24:54 +00:00
mpeg2dec Pass unhandled queries upstream (useful e.g. for SEEKING query) 2006-01-10 11:43:37 +00:00
sidplay Pass unhandled queries upstream (useful e.g. for SEEKING query) 2006-01-10 11:43:37 +00:00
Makefile.am Half-baked port to 0.10. Needs some love in the seeking department, but at least it does something. 2006-02-09 17:27:57 +00:00