summaryrefslogtreecommitdiffstats
path: root/gst/autodetect
Commit message (Expand)AuthorAgeFilesLines
* Remove Ronald Bultje from Authors fieldDavid Schleef2009-09-054-4/+0
* Update Since: tags in autodetect srcs and audioechoJan Schmidt2009-02-192-2/+2
* gst/autodetect/gstautoaudiosrc.c: Fix classification.Stefan Kost2008-11-291-1/+1
* gst/autodetect/: Post an error when we can't set the internal ghostpad target.Wim Taymans2008-11-254-5/+41
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* gst/autodetect/: Fix "Since" tags in the documentation.Sebastian Dröge2008-10-272-2/+2
* gst/autodetect/: Implement src plugins. Little code/string cleanup in the sinks.Stefan Kost2008-10-278-23/+1027
* gst/autodetect/Makefile.am: Don't link the autodetect plugin with GConf as it...Sebastian Dröge2008-08-221-2/+2
* Don't use gst_element_get_pad(), it's a bad method.Wim Taymans2008-05-212-4/+4
* gst/autodetect/gstautovideosink.*: Fix docs.Wim Taymans2007-12-052-18/+167
* gst/autodetect/gstautoaudiosink.*: Add property to filter sinks based on caps...Tommi Myöhänen2007-12-052-1/+105
* Use new gst_bus_pop_filtered().Tim-Philipp Müller2007-10-171-7/+3
* gst/autodetect/gstautoaudiosink.c: Don't unnecessarily perform a READY->NULL-...Jan Schmidt2007-05-251-1/+6
* gst/autodetect/gstautoaudiosink.c: Tim and I can't think of any reason the ch...Jan Schmidt2007-03-091-1/+0
* Re-factor the gconfaudiosink into a "GstSwitchSink" base class and a child th...Jan Schmidt2007-02-132-20/+61
* gst/autodetect/: Small cleanups. don't try to set "sync" property when it is ...Wim Taymans2006-09-252-7/+17
* gst/autodetect/: Make static pad templates static to appease valgrind's leak ...Tim-Philipp Müller2006-09-222-18/+21
* gst/autodetect/gstautoaudiosink.c: When we can't find a usable audiosink, don...Tim-Philipp Müller2006-08-161-3/+6
* gst/autodetect/gstautoaudiosink.c: Get rid of old and unused magic sound-serv...Tim-Philipp Müller2006-07-271-68/+55
* gst/autodetect/gstautoaudiosink.c: Fix example pipeline in docs.Tim-Philipp Müller2006-07-101-1/+1
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-012-4/+4
* gst/autodetect/: Make the name of the child element be based on the name of t...Jan Schmidt2006-05-162-2/+8
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-2/+2
* better/unified long descriptionsWim Taymans2006-03-302-12/+10
* expand tabsThomas Vander Stichele2005-12-062-6/+6
* documenting auto*sink using strstr for the video sink lookup, class field is ...Thomas Vander Stichele2005-11-252-3/+43
* gst/autodetect/: Use gst_plugin_feature_list_free() to free feature list and ...Tim-Philipp Müller2005-11-222-10/+19
* ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo2005-11-222-2/+2
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-142-10/+42
* gst/autodetect/: Fix state change function and use GST_DEBUG_FUNCPTR in class...Tim-Philipp Müller2005-11-012-8/+20
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-122-2/+2
* gst/autodetect/: Set state of elements to NULL before removing from bins.Michael Smith2005-10-042-2/+17
* gst/autodetect/: These are sinks.Wim Taymans2005-09-242-0/+4
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-1/+1
* gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): gst/autode...Andy Wingo2005-09-152-2/+2
* All plugins updated for element state changes.Andy Wingo2005-09-022-24/+28
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-282-2/+4
* Use new ghostpad API; now they actually work in Totem, also.Ronald S. Bultje2005-08-034-84/+101
* Port auto/gconfsinks to 0.9. They actually appear to work here inRonald S. Bultje2005-07-202-95/+35
* merging autodetect from 0.8 branchThomas Vander Stichele2005-07-207-0/+700