summaryrefslogtreecommitdiff
path: root/gst/autodetect/gstautovideosink.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-27gst/autodetect/: Implement src plugins. Little code/string cleanup in the sinks.Stefan Kost1-8/+5
2008-05-21Don't use gst_element_get_pad(), it's a bad method.Wim Taymans1-2/+2
2007-12-05gst/autodetect/gstautovideosink.*: Fix docs.Wim Taymans1-18/+166
2007-02-13Re-factor the gconfaudiosink into a "GstSwitchSink" base class and a child th...Jan Schmidt1-10/+31
2006-09-25gst/autodetect/: Small cleanups. don't try to set "sync" property when it is ...Wim Taymans1-5/+10
2006-09-22gst/autodetect/: Make static pad templates static to appease valgrind's leak ...Tim-Philipp Müller1-9/+11
2006-05-16gst/autodetect/: Make the name of the child element be based on the name of t...Jan Schmidt1-1/+4
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-03-30better/unified long descriptionsWim Taymans1-6/+5
2005-11-25documenting auto*sink using strstr for the video sink lookup, class field is ...Thomas Vander Stichele1-2/+22
2005-11-22gst/autodetect/: Use gst_plugin_feature_list_free() to free feature list and ...Tim-Philipp Müller1-6/+12
2005-11-22ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo1-1/+1
2005-11-01gst/autodetect/: Fix state change function and use GST_DEBUG_FUNCPTR in class...Tim-Philipp Müller1-4/+10
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-1/+1
2005-10-04gst/autodetect/: Set state of elements to NULL before removing from bins.Michael Smith1-2/+13
2005-09-24gst/autodetect/: These are sinks.Wim Taymans1-0/+2
2005-09-15gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): gst/autode...Andy Wingo1-1/+1
2005-09-02All plugins updated for element state changes.Andy Wingo1-12/+14
2005-08-28Updates for two-arg init from GST_BOILERPLATE.Andy Wingo1-1/+2
2005-08-03Use new ghostpad API; now they actually work in Totem, also.Ronald S. Bultje1-40/+50
2005-07-20Port auto/gconfsinks to 0.9. They actually appear to work here inRonald S. Bultje1-47/+18
2005-07-20merging autodetect from 0.8 branchThomas Vander Stichele1-0/+228