summaryrefslogtreecommitdiff
path: root/gst/autodetect
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-01-10autodetect: bring the element state down after successMatthew Waters1-5/+5
2016-09-14autodetect: Use gst_bin_set_suppressed_flags() APIWonchul Lee1-2/+2
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+16
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM4-8/+4
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2014-06-28autovideosrc: use videotestsrc as fallback element instead of fakesrcTim-Philipp Müller1-0/+22
2014-06-28autoaudiosrc: use audiotestsrc as fallback element instead of fakesrcTim-Philipp Müller3-2/+40
2014-02-23autodetect: demote candidate error to warning and plug fake{sink,src}Stefan Sauer1-7/+14
2014-02-20autodetect: check if the kid has a sync propertyStefan Sauer2-2/+6
2014-02-20autodetect: use a common baseclassStefan Sauer10-1326/+506
2014-02-19autodetect: extract common helper codeStefan Sauer6-88/+38
2013-11-21g_memmove() is deprecatedTim-Philipp Müller4-4/+4
2013-11-18docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller4-16/+8
2013-08-29autovideosink: add sync propertyBernhard Miller2-0/+18
2013-08-29autoaudiosink: introduce sync propertyBernhard Miller2-0/+18
2013-04-18autodetect: use _plugin_feature_rank_compare API instead of duplicating the c...Sreerenj Balachandran4-52/+8
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller10-20/+20
2012-09-15use gst_element_factory_get_metadata to replace obsolete APIMark Nauwelaerts4-4/+8
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller4-4/+4
2012-07-10autodetect: proxy ts-offset propertiesWim Taymans4-0/+40
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller4-4/+4
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-01-02autodetect, rtsp: gst_registry_get_default() -> gst_registry_get()Tim-Philipp Müller4-4/+4
2011-11-28fix for element flag updatesWim Taymans4-8/+8
2011-11-15update for _get_caps() -> _query_caps()Wim Taymans4-4/+4
2011-08-18port to new audio caps.Wim Taymans2-4/+2
2011-06-17autodetect: fix capsWim Taymans2-4/+2
2011-05-24autodetect: port to new APIWim Taymans4-8/+8
2011-05-16-good: fix for new APIWim Taymans4-4/+4
2011-04-19use G_DEFINE_TYPEWim Taymans4-66/+44
2011-04-11android: Make it ready for androgenizerThibault Saunier1-0/+14
2010-10-13various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost4-4/+4
2010-10-11autodetect: Set GST_ELEMENT_IS_SOURCE flag on sourcesSebastian Dröge2-13/+18
2010-06-09auto{audio,video}sink: Don't lose the GST_ELEMENT_IS_SINK flag after removing...Sebastian Dröge2-0/+4
2010-06-06gst: Don't use GST_DEBUG_FUNCPTR for GObject vfuncsSebastian Dröge4-25/+16
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