gstreamer/ext
Jonathan Matthew 8ced1b35ff ext/flac/: Port flactag to 0.10, add documentation for it and clean it up a bit.
Original commit message from CVS:
Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
* ext/flac/Makefile.am:
* ext/flac/gstflac.c: (plugin_init):
* ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
(gst_flac_tag_base_init), (gst_flac_tag_class_init),
(gst_flac_tag_dispose), (gst_flac_tag_init),
(gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
(gst_flac_tag_change_state):
* ext/flac/gstflactag.h:
Port flactag to 0.10, add documentation for it and clean it up a bit.
Fixes bug #413841.
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* docs/plugins/gst-plugins-good-plugins.interfaces:
* docs/plugins/gst-plugins-good-plugins.prerequisites:
* docs/plugins/inspect/plugin-flac.xml:
* ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
* ext/flac/gstflacdec.h:
* ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
* ext/flac/gstflacenc.h:
Add flactag and flacenc to the documentation and mark
the private parts of the flacdec instance structure as private.
Also use gst_element_class_set_details_simple() in flacdec and
flacenc.
2008-08-06 15:34:55 +00:00
..
aalib Document aasink and cacasink. 2008-05-28 13:28:20 +00:00
annodex Make ro memory to share. 2007-08-16 12:15:06 +00:00
cairo Stop using deprecated GLib functions. 2008-04-24 22:01:52 +00:00
cdio ext/cdio/: Also extract album title and album genre from CD-TEXT if available (#537021). 2008-06-09 20:02:05 +00:00
dv ext/dv/gstdv.c: Fix compilation. 2008-06-26 10:07:46 +00:00
esd ext/esd/esdsink.c: When we post an error, we must return -1 to let the parent know that we cannot write the segment e... 2008-05-20 17:27:35 +00:00
flac ext/flac/: Port flactag to 0.10, add documentation for it and clean it up a bit. 2008-08-06 15:34:55 +00:00
gconf Don't use gst_element_get_pad(), it's a bad method. 2008-05-21 17:39:38 +00:00
gdk_pixbuf ext/gdk_pixbuf/gstgdkpixbuf.c: Do not leak incoming buffers. 2008-07-04 20:43:07 +00:00
hal Don't use gst_element_get_pad(), it's a bad method. 2008-05-21 17:39:38 +00:00
jpeg ext/jpeg/gstjpegdec.c: Align documentation with reality. 2008-07-14 16:28:25 +00:00
ladspa ext/ladspa/gstsignalprocessor.c: Reset flow_state back to _OK after a flush stop so that we exit our error state afte... 2006-12-18 15:51:54 +00:00
libcaca Document aasink and cacasink. 2008-05-28 13:28:20 +00:00
libmng ext/libmng/: Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many bits ifdeffed out still. 2008-06-17 10:05:55 +00:00
libpng ext/libpng/gstpngdec.c: Don't return GST_FLOW_ERROR when buffer_alloc fails - return whatever it returned. 2008-06-30 22:53:39 +00:00
mikmod Define GstElementDetails as const and also static (when defined as global) 2006-04-25 21:39:46 +00:00
pulse ext/Makefile.am: Finish hooking up pulseaudio plugin to the build. 2008-07-19 13:50:53 +00:00
raw1394 Don't use declarations after statements and variable length arrays. 2008-07-08 12:51:34 +00:00
shout2 Fix a bunch of leaks shown by the newly-added states test. 2007-03-04 13:52:03 +00:00
soup ext/soup/gstsouphttpsrc.*: Fix seeking race condition in #540300 2008-08-02 21:39:01 +00:00
speex Don't use declarations after statements and variable length arrays. 2008-07-08 12:51:34 +00:00
taglib Only use -Wno-attributes (which is there to work around a bug in the taglib 1.5 headers) if the c++ compiler actually... 2008-07-17 14:40:51 +00:00
wavpack Don't use declarations after statements and variable length arrays. 2008-07-08 12:51:34 +00:00
Makefile.am ext/Makefile.am: Finish hooking up pulseaudio plugin to the build. 2008-07-19 13:50:53 +00:00