summaryrefslogtreecommitdiffstats
path: root/docs/plugins
Commit message (Collapse)AuthorAgeFilesLines
* add taglib checks and docsThomas Vander Stichele2006-04-012-2/+22
| | | | | Original commit message from CVS: add taglib checks and docs
* disable use of AS_LIBTOOL_TAGS, it doesn't work correctlyThomas Vander Stichele2006-04-011-0/+1
| | | | | Original commit message from CVS: disable use of AS_LIBTOOL_TAGS, it doesn't work correctly
* adding inspect filesThomas Vander Stichele2006-04-0146-143/+384
| | | | | Original commit message from CVS: adding inspect files
* docs/plugins/: Added wavparse docs.Wim Taymans2006-03-033-0/+17
| | | | | | | | | | | | | | | | | | | Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: Added wavparse docs. * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init), (gst_wavparse_reset), (gst_wavparse_init), (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header), (gst_wavparse_stream_init), (gst_wavparse_perform_seek), (gst_wavparse_stream_headers), (gst_wavparse_send_event), (gst_wavparse_stream_data), (gst_wavparse_loop), (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state): * gst/wavparse/gstwavparse.h: Implement seek in READY (fixes #327658) Added docs and did some cleanups.
* docs/plugins/: Added smoke and jpeg to the docs.Wim Taymans2006-03-034-0/+67
| | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * 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: Added smoke and jpeg to the docs. * ext/jpeg/Makefile.am: * ext/jpeg/gstjpeg.c: (plugin_init): * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): * ext/jpeg/gstjpegenc.h: * ext/jpeg/gstsmokedec.c: (gst_smokedec_init), (gst_smokedec_chain): * ext/jpeg/gstsmokedec.h: * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain): * ext/jpeg/gstsmokeenc.h: * ext/jpeg/smokecodec.h: Port smokedec (fixes #331905). Added some docs. Some cleanups.
* docs/plugins/: Added videobalance and videoflip to the docs.Wim Taymans2006-03-034-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * 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: Added videobalance and videoflip to the docs. * gst/videofilter/Makefile.am: * gst/videofilter/gstvideobalance.c: (gst_video_balance_update_tables_planar411), (gst_video_balance_is_passthrough), (gst_video_balance_update_properties), (oil_tablelookup_u8), (gst_video_balance_planar411_ip), (gst_video_balance_set_caps), (gst_video_balance_transform_ip), (gst_video_balance_base_init), (gst_video_balance_finalize), (gst_video_balance_class_init), (gst_video_balance_init), (gst_video_balance_interface_supported), (gst_video_balance_interface_init), (gst_video_balance_colorbalance_list_channels), (gst_video_balance_colorbalance_set_value), (gst_video_balance_colorbalance_get_value), (gst_video_balance_colorbalance_init), (gst_video_balance_set_property), (gst_video_balance_get_property), (gst_video_balance_get_type), (plugin_init): * gst/videofilter/gstvideobalance.h: Ported to 0.10. (Fixes #326160) Added docs. * gst/videofilter/gstvideoflip.c: * gst/videofilter/gstvideoflip.h: Added docs.
* docs/plugins/: Added dvdec and dvdemux to docs.Wim Taymans2006-02-283-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: Added dvdec and dvdemux to docs. * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain): Added docs. Check frame sizes so we don't crash when don't have enough data. Send nice error messages on error. * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_class_init), (gst_dvdemux_init), (gst_dvdemux_finalize), (gst_dvdemux_reset), (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert), (gst_dvdemux_src_query), (gst_dvdemux_sink_query), (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event), (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair), (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek), (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek), (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame), (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop), (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull), (gst_dvdemux_sink_activate), (gst_dvdemux_change_state): * ext/dv/gstdvdemux.h: Added docs. Implement pull mode. Fix memleaks. Reduce memcpy for the video demuxing.
* Add Annodex elements from Alessendro Decina: skeleton and CMML.Michael Smith2006-02-241-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: * docs/plugins/gst-plugins-good-plugins-sections.txt: * ext/Makefile.am: * ext/annodex/Makefile.am: * ext/annodex/gstannodex.c: * ext/annodex/gstannodex.h: * ext/annodex/gstcmmldec.c: * ext/annodex/gstcmmldec.h: * ext/annodex/gstcmmlenc.c: * ext/annodex/gstcmmlenc.h: * ext/annodex/gstcmmlparser.c: * ext/annodex/gstcmmlparser.h: * ext/annodex/gstcmmltag.c: * ext/annodex/gstcmmltag.h: * ext/annodex/gstcmmlutils.c: * ext/annodex/gstcmmlutils.h: * ext/annodex/gstskeldec.c: * ext/annodex/gstskeldec.h: * ext/annodex/gstskeltag.c: * ext/annodex/gstskeltag.h: * tests/check/Makefile.am: * tests/check/elements/cmmldec.c: * tests/check/elements/cmmlenc.c: * tests/check/elements/skeldec.c: Add Annodex elements from Alessendro Decina: skeleton and CMML. Includes tests & docs, oh my! Passes Thomas's -good checklist entirely. Wow.
* configure.ac: releasing 0.10.1, "Slimy - yet satisfying"Jan Schmidt2006-02-201-2/+2
| | | | | | | | Original commit message from CVS: 2006-02-20 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: releasing 0.10.1, "Slimy - yet satisfying"
* Update documentation.Wim Taymans2006-02-165-5/+32
| | | | | | | | | | | | | Original commit message from CVS: * 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.args: * docs/plugins/inspect/plugin-udp.xml: * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init), (gst_udpsrc_start): Update documentation. Fix args.
* Add HAL sound device wrapper plugins. Closes #329106Wim Taymans2006-02-154-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: * 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: * ext/Makefile.am: * ext/hal/Makefile.am: * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init), (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset), (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose), (do_toggle_element), (gst_hal_audio_sink_set_property), (gst_hal_audio_sink_get_property), (gst_hal_audio_sink_change_state): * ext/hal/gsthalaudiosink.h: * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init), (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset), (gst_hal_audio_src_init), (gst_hal_audio_src_dispose), (do_toggle_element), (gst_hal_audio_src_set_property), (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state): * ext/hal/gsthalaudiosrc.h: * ext/hal/gsthalelements.c: (plugin_init): * ext/hal/gsthalelements.h: * ext/hal/hal.c: (gst_hal_get_string), (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink), (gst_hal_get_audio_src): * ext/hal/hal.h: Add HAL sound device wrapper plugins. Closes #329106
* Releasing 0.10.2Jan Schmidt2006-02-0942-81/+111
| | | | | Original commit message from CVS: Releasing 0.10.2
* adding docs for multiudpsinkThomas Vander Stichele2006-02-063-3/+10
| | | | | Original commit message from CVS: adding docs for multiudpsink
* cvs versionsThomas Vander Stichele2006-02-0638-75/+75
| | | | | Original commit message from CVS: cvs versions
* docs/plugins/: Add cdio plugin to docs.Tim-Philipp Müller2006-02-064-0/+31
| | | | | | | | | | | | | Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/inspect/plugin-cdio.xml: Add cdio plugin to docs. * ext/cdio/gstcdiocddasrc.c: Add gtk-doc blurb. * ext/cdio/gstcdio.c: The plugin is called 'cdio' not 'cddio'.
* Add APE tag demuxer (#325649).Tim-Philipp Müller2006-02-065-0/+33
| | | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: * 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/inspect/plugin-apetag.xml: * gst/apetag/Makefile.am: * gst/apetag/gstapedemux.c: * gst/apetag/gstapedemux.h: * gst/apetag/gsttagdemux.c: * gst/apetag/gsttagdemux.h: Add APE tag demuxer (#325649).
* releasing 0.10.1Thomas Vander Stichele2006-01-1340-77/+111
| | | | | Original commit message from CVS: releasing 0.10.1
* add Sun Audio plugin. Verified that nothing breaks and that make check works.Christian Schaller2006-01-091-0/+3
| | | | | | Original commit message from CVS: add Sun Audio plugin. Verified that nothing breaks and that make check works. Don't think the docs gets properly built yet, but I don't understand exactly how to enable that.
* configure.ac: also remove smoothwave's Makefile.amStefan Kost2005-12-301-1/+1
| | | | | | | | Original commit message from CVS: * configure.ac: also remove smoothwave's Makefile.am * docs/plugins/Makefile.am: fix plugin docs
* docs/plugins/gst-plugins-good-plugins.*: Regenerate the plugin hiearchy.Jan Schmidt2005-12-212-295/+81
| | | | | | | Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins.args: * docs/plugins/gst-plugins-good-plugins.hierarchy: Regenerate the plugin hiearchy.
* Add documentation for id3demux.Jan Schmidt2005-12-214-0/+121
| | | | | | | | | | | | | | | | | | Original commit message from CVS: 2005-12-21 Jan Schmidt <thaytan@mad.scientist.com> * 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.args: * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type), (gst_id3demux_base_init), (gst_id3demux_class_init), (gst_id3demux_chain): * gst/id3demux/gstid3demux.h: Add documentation for id3demux. Don't fail if the first buffer is not at offset 0, just attempt to typefind and do pass through Rename the gst_type function from gst_gst_id3demux..
* docs/plugins/: Updates.Julien Moutte2005-12-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: 2005-12-17 Julien MOUTTE <julien@moutte.net> * docs/plugins/gst-plugins-bad-plugins-decl.txt: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/inspect/plugin-dfbvideosink.xml: * docs/plugins/inspect/plugin-qtdemux.xml: * docs/plugins/inspect/plugin-sdlvideosink.xml: * docs/plugins/inspect/plugin-speed.xml: * docs/plugins/inspect/plugin-tta.xml: Updates. * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create), (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup), (gst_dfbvideosink_can_blit_from_format), (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize), (gst_dfbvideosink_interface_supported), (gst_dfbvideosink_navigation_send_event), (gst_dfbvideosink_update_colorbalance), (gst_dfbvideosink_colorbalance_list_channels), (gst_dfbvideosink_colorbalance_set_value), (gst_dfbvideosink_colorbalance_get_value), (gst_dfbvideosink_colorbalance_init), (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property), (gst_dfbvideosink_init), (gst_dfbvideosink_class_init): * ext/directfb/dfbvideosink.h: Implement vertical sync and color balance interface.
* Adding documentation for videomixer on my way with a funny sample pipeline.Julien Moutte2005-12-124-1/+13
| | | | | | | | | | | | | | | | | Original commit message from CVS: 2005-12-12 Julien MOUTTE <julien@moutte.net> * 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: * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps), (gst_videomixer_fill_queues), (gst_videomixer_update_queues), (gst_videomixer_collected): Adding documentation for videomixer on my way with a funny sample pipeline.
* borgify and fix up documentationThomas Vander Stichele2005-12-0941-79/+79
| | | | | Original commit message from CVS: borgify and fix up documentation
* docs/plugins/Makefile.am: Add multipart elements.Julien Moutte2005-12-084-4/+24
| | | | | | | | | | | | Original commit message from CVS: 2005-12-08 Julien MOUTTE <julien@moutte.net> * docs/plugins/Makefile.am: Add multipart elements. * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac. * docs/plugins/gst-plugins-good-plugins.hierarchy: * gst/multipart/multipartdemux.c: * gst/multipart/multipartmux.c: Add docs.
* releasing 0.10.0Thomas Vander Stichele2005-12-0538-43/+43
| | | | | Original commit message from CVS: releasing 0.10.0
* releasing 0.10.0Thomas Vander Stichele2005-12-051-1/+1
| | | | | Original commit message from CVS: releasing 0.10.0
* docs/plugins/gst-plugins-good-plugins.args: Remove args for plugins that ↵Michael Smith2005-12-051-5630/+0
| | | | | | | | aren't in -good. Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins.args: Remove args for plugins that aren't in -good.
* remove fdsrc docsThomas Vander Stichele2005-12-031-20/+0
| | | | | Original commit message from CVS: remove fdsrc docs
* releasing 0.9.7Thomas Vander Stichele2005-12-0139-75/+115
| | | | | Original commit message from CVS: releasing 0.9.7
* releasing 0.9.7Thomas Vander Stichele2005-12-011-1/+1
| | | | | Original commit message from CVS: releasing 0.9.7
* add multipart plugin to docsThomas Vander Stichele2005-12-014-45/+76
| | | | | Original commit message from CVS: add multipart plugin to docs
* document flacdecThomas Vander Stichele2005-11-253-1/+11
| | | | | Original commit message from CVS: document flacdec
* do some name borgifying documentThomas Vander Stichele2005-11-254-3/+22
| | | | | | Original commit message from CVS: do some name borgifying document
* documenting auto*sink using strstr for the video sink lookup, class field is ↵Thomas Vander Stichele2005-11-2541-77/+104
| | | | | | | | | | | | | | | | | | | not ordered update other plugins Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_base_init): * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_base_init), (gst_auto_video_sink_factory_filter): documenting auto*sink using strstr for the video sink lookup, class field is not ordered update other plugins
* releasing 0.9.6Thomas Vander Stichele2005-11-231-0/+20
| | | | | Original commit message from CVS: releasing 0.9.6
* releasing 0.9.6Thomas Vander Stichele2005-11-2337-134/+192
| | | | | Original commit message from CVS: releasing 0.9.6
* adding cutterThomas Vander Stichele2005-11-231-0/+20
| | | | | Original commit message from CVS: adding cutter
* releasing 0.9.5Thomas Vander Stichele2005-11-1138-40/+175
| | | | | Original commit message from CVS: releasing 0.9.5
* releasing 0.9.4Thomas Vander Stichele2005-10-2339-57/+782
| | | | | Original commit message from CVS: releasing 0.9.4
* updating docsThomas Vander Stichele2005-09-233-13/+47
| | | | | Original commit message from CVS: updating docs
* prereqs as wellThomas Vander Stichele2005-09-191-0/+7
| | | | | Original commit message from CVS: prereqs as well
* commit result of scanobj stepThomas Vander Stichele2005-09-195-6/+7105
| | | | | Original commit message from CVS: commit result of scanobj step
* normal builds shouldn't scan gobjectsThomas Vander Stichele2005-09-191-0/+0
| | | | | Original commit message from CVS: normal builds shouldn't scan gobjects
* common/: a simple py script to generate valid xml from a C example probably ↵Thomas Vander Stichele2005-09-141-0/+4
| | | | | | | | | | | | | | | | | | also need to strip an MIT license when we... Original commit message from CVS: * common/c-to-xml.py: * common/gtk-doc-plugins.mak: a simple py script to generate valid xml from a C example probably also need to strip an MIT license when we decide * docs/plugins/Makefile.am: * gst/level/Makefile.am: * gst/level/gstlevel.c: (gst_level_init): * gst/level/level-example.c: (message_handler), (main): add an example to level that will show up in the docs * gst/rtp/TODO: add a note for the future
* add source module to docs; reinspectThomas Vander Stichele2005-09-1128-30/+86
| | | | | Original commit message from CVS: add source module to docs; reinspect
* maintenance commitsThomas Vander Stichele2005-09-051-0/+5
| | | | | Original commit message from CVS: maintenance commits
* distcheck fixesThomas Vander Stichele2005-09-0431-1/+700
| | | | | Original commit message from CVS: distcheck fixes
* fix distcheckThomas Vander Stichele2005-09-041-8/+0
| | | | | Original commit message from CVS: fix distcheck
* add docs to buildThomas Vander Stichele2005-09-013-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * Makefile.am: * configure.ac: add docs to build * common/plugins.xsl: wrap Description into a refsect2 * docs/Makefile.am: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * gst/goom/Makefile.am: * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init), (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose), (gst_goom_sink_setcaps), (gst_goom_src_setcaps), (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain), (gst_goom_change_state): * gst/goom/gstgoom.h: GstGOOM -> GstGoom add an example launch line * gst/level/gstlevel.h: * gst/monoscope/gstmonoscope.c: cleanups