summaryrefslogtreecommitdiff
path: root/gst/autodetect
AgeCommit message (Expand)AuthorFilesLines
2010-05-06auto{audio,video}{src,sink}: use can_intersect to avoid a caps copyStefan Kost4-16/+8
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte4-30/+18
2009-09-05Remove Ronald Bultje from Authors fieldDavid Schleef4-4/+0
2009-02-19Update Since: tags in autodetect srcs and audioechoJan Schmidt2-2/+2
2008-11-29gst/autodetect/gstautoaudiosrc.c: Fix classification.Stefan Kost1-1/+1
2008-11-25gst/autodetect/: Post an error when we can't set the internal ghostpad target.Wim Taymans4-5/+41
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-10-27gst/autodetect/: Fix "Since" tags in the documentation.Sebastian Dröge2-2/+2
2008-10-27gst/autodetect/: Implement src plugins. Little code/string cleanup in the sinks.Stefan Kost8-23/+1027
2008-08-22gst/autodetect/Makefile.am: Don't link the autodetect plugin with GConf as it...Sebastian Dröge1-2/+2
2008-05-21Don't use gst_element_get_pad(), it's a bad method.Wim Taymans2-4/+4
2007-12-05gst/autodetect/gstautovideosink.*: Fix docs.Wim Taymans2-18/+167
2007-12-05gst/autodetect/gstautoaudiosink.*: Add property to filter sinks based on caps...Tommi Myöhänen2-1/+105
2007-10-17Use new gst_bus_pop_filtered().Tim-Philipp Müller1-7/+3
2007-05-25gst/autodetect/gstautoaudiosink.c: Don't unnecessarily perform a READY->NULL-...Jan Schmidt1-1/+6
2007-03-09gst/autodetect/gstautoaudiosink.c: Tim and I can't think of any reason the ch...Jan Schmidt1-1/+0
2007-02-13Re-factor the gconfaudiosink into a "GstSwitchSink" base class and a child th...Jan Schmidt2-20/+61
2006-09-25gst/autodetect/: Small cleanups. don't try to set "sync" property when it is ...Wim Taymans2-7/+17
2006-09-22gst/autodetect/: Make static pad templates static to appease valgrind's leak ...Tim-Philipp Müller2-18/+21
2006-08-16gst/autodetect/gstautoaudiosink.c: When we can't find a usable audiosink, don...Tim-Philipp Müller1-3/+6
2006-07-27gst/autodetect/gstautoaudiosink.c: Get rid of old and unused magic sound-serv...Tim-Philipp Müller1-68/+55
2006-07-10gst/autodetect/gstautoaudiosink.c: Fix example pipeline in docs.Tim-Philipp Müller1-1/+1
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2-4/+4
2006-05-16gst/autodetect/: Make the name of the child element be based on the name of t...Jan Schmidt2-2/+8
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost2-2/+2
2006-03-30better/unified long descriptionsWim Taymans2-12/+10
2005-12-06expand tabsThomas Vander Stichele2-6/+6
2005-11-25documenting auto*sink using strstr for the video sink lookup, class field is ...Thomas Vander Stichele2-3/+43
2005-11-22gst/autodetect/: Use gst_plugin_feature_list_free() to free feature list and ...Tim-Philipp Müller2-10/+19
2005-11-22ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo2-2/+2
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2-10/+42
2005-11-01gst/autodetect/: Fix state change function and use GST_DEBUG_FUNCPTR in class...Tim-Philipp Müller2-8/+20
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2-2/+2
2005-10-04gst/autodetect/: Set state of elements to NULL before removing from bins.Michael Smith2-2/+17
2005-09-24gst/autodetect/: These are sinks.Wim Taymans2-0/+4
2005-09-23fix build and use of GST_LIBSThomas Vander Stichele1-1/+1
2005-09-15gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): gst/autode...Andy Wingo2-2/+2
2005-09-02All plugins updated for element state changes.Andy Wingo2-24/+28
2005-08-28Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2-2/+4
2005-08-03Use new ghostpad API; now they actually work in Totem, also.Ronald S. Bultje4-84/+101
2005-07-20Port auto/gconfsinks to 0.9. They actually appear to work here inRonald S. Bultje2-95/+35
2005-07-20merging autodetect from 0.8 branchThomas Vander Stichele7-0/+700