gstreamer/gst/flacparse
Tim-Philipp Müller 44cee1789c baseparse: propagate return value of GstBaseParse::set_sink_caps()
gst_base_parse_sink_setcaps() presumably should fail if the subclass
returns FALSE from its ::set_sink_caps() function.
2009-06-02 00:56:53 +01:00
..
gstbaseparse.c baseparse: propagate return value of GstBaseParse::set_sink_caps() 2009-06-02 00:56:53 +01:00
gstbaseparse.h gst/flacparse/gstbaseparse.*: Provide a vfunc for the subclass to decide whether a frame is inside the segment or not... 2008-09-30 16:41:15 +00:00
gstbitreader.c Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader that will be added to libgstbase later. 2008-09-29 08:26:54 +00:00
gstbitreader.h Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader that will be added to libgstbase later. 2008-09-29 08:26:54 +00:00
gstbytereader.c Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader that will be added to libgstbase later. 2008-09-29 08:26:54 +00:00
gstbytereader.h Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader that will be added to libgstbase later. 2008-09-29 08:26:54 +00:00
gstflac.c Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader that will be added to libgstbase later. 2008-09-29 08:26:54 +00:00
gstflacparse.c gst/flacparse/gstbaseparse.c: Approximate the average bitrate, duration and size if possible and add a default conver... 2008-09-30 16:22:04 +00:00
gstflacparse.h Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader that will be added to libgstbase later. 2008-09-29 08:26:54 +00:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00