index
:
~bilboed/gst-plugins-good
WIP
closedcaption
damaged
master
pushfile
qtdemux
qtdemux-cc
qtdemuxgap
qtpushfix
Personal repository for gst-plugins-good
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
autodetect
/
gstautovideosink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-24
good: use new gst_element_class_add_static_pad_template()
Vineeth TM
1
-2
/
+1
2014-02-20
autodetect: use a common baseclass
Stefan Sauer
1
-303
/
+16
2014-02-19
autodetect: extract common helper code
Stefan Sauer
1
-22
/
+2
2013-11-21
g_memmove() is deprecated
Tim-Philipp Müller
1
-1
/
+1
2013-11-18
docs: get rid of 'Since: 0.10.x' markers
Tim-Philipp Müller
1
-4
/
+2
2013-08-29
autovideosink: add sync property
Bernhard Miller
1
-0
/
+17
2013-04-18
autodetect: use _plugin_feature_rank_compare API instead of duplicating the c...
Sreerenj Balachandran
1
-13
/
+2
2012-11-04
Fix FSF address
Tim-Philipp Müller
1
-2
/
+2
2012-09-15
use gst_element_factory_get_metadata to replace obsolete API
Mark Nauwelaerts
1
-1
/
+2
2012-08-27
docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert
Tim-Philipp Müller
1
-1
/
+1
2012-07-10
autodetect: proxy ts-offset properties
Wim Taymans
1
-0
/
+19
2012-04-10
Use new gst_element_class_set_static_metadata()
Tim-Philipp Müller
1
-1
/
+1
2012-01-02
autodetect, rtsp: gst_registry_get_default() -> gst_registry_get()
Tim-Philipp Müller
1
-1
/
+1
2011-11-28
fix for element flag updates
Wim Taymans
1
-2
/
+2
2011-11-15
update for _get_caps() -> _query_caps()
Wim Taymans
1
-1
/
+1
2011-06-17
autodetect: fix caps
Wim Taymans
1
-2
/
+1
2011-05-24
autodetect: port to new API
Wim Taymans
1
-2
/
+2
2011-05-16
-good: fix for new API
Wim Taymans
1
-1
/
+1
2011-04-19
use G_DEFINE_TYPE
Wim Taymans
1
-16
/
+10
2010-10-13
various (gst): add a missing G_PARAM_STATIC_STRINGS flags
Stefan Kost
1
-1
/
+1
2010-06-09
auto{audio,video}sink: Don't lose the GST_ELEMENT_IS_SINK flag after removing...
Sebastian Dröge
1
-0
/
+2
2010-06-06
gst: Don't use GST_DEBUG_FUNCPTR for GObject vfuncs
Sebastian Dröge
1
-7
/
+4
2010-05-06
auto{audio,video}{src,sink}: use can_intersect to avoid a caps copy
Stefan Kost
1
-4
/
+2
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-7
/
+4
2009-09-05
Remove Ronald Bultje from Authors field
David Schleef
1
-1
/
+0
2008-11-25
gst/autodetect/: Post an error when we can't set the internal ghostpad target.
Wim Taymans
1
-2
/
+11
2008-10-27
gst/autodetect/: Implement src plugins. Little code/string cleanup in the sinks.
Stefan Kost
1
-8
/
+5
2008-05-21
Don't use gst_element_get_pad(), it's a bad method.
Wim Taymans
1
-2
/
+2
2007-12-05
gst/autodetect/gstautovideosink.*: Fix docs.
Wim Taymans
1
-18
/
+166
2007-02-13
Re-factor the gconfaudiosink into a "GstSwitchSink" base class and a child th...
Jan Schmidt
1
-10
/
+31
2006-09-25
gst/autodetect/: Small cleanups. don't try to set "sync" property when it is ...
Wim Taymans
1
-5
/
+10
2006-09-22
gst/autodetect/: Make static pad templates static to appease valgrind's leak ...
Tim-Philipp Müller
1
-9
/
+11
2006-05-16
gst/autodetect/: Make the name of the child element be based on the name of t...
Jan Schmidt
1
-1
/
+4
2006-04-25
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
1
-1
/
+1
2006-03-30
better/unified long descriptions
Wim Taymans
1
-6
/
+5
2005-11-25
documenting auto*sink using strstr for the video sink lookup, class field is ...
Thomas Vander Stichele
1
-2
/
+22
2005-11-22
gst/autodetect/: Use gst_plugin_feature_list_free() to free feature list and ...
Tim-Philipp Müller
1
-6
/
+12
2005-11-22
ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...
Andy Wingo
1
-1
/
+1
2005-11-01
gst/autodetect/: Fix state change function and use GST_DEBUG_FUNCPTR in class...
Tim-Philipp Müller
1
-4
/
+10
2005-10-12
renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...
Stefan Kost
1
-1
/
+1
2005-10-04
gst/autodetect/: Set state of elements to NULL before removing from bins.
Michael Smith
1
-2
/
+13
2005-09-24
gst/autodetect/: These are sinks.
Wim Taymans
1
-0
/
+2
2005-09-15
gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): gst/autode...
Andy Wingo
1
-1
/
+1
2005-09-02
All plugins updated for element state changes.
Andy Wingo
1
-12
/
+14
2005-08-28
Updates for two-arg init from GST_BOILERPLATE.
Andy Wingo
1
-1
/
+2
2005-08-03
Use new ghostpad API; now they actually work in Totem, also.
Ronald S. Bultje
1
-40
/
+50
2005-07-20
Port auto/gconfsinks to 0.9. They actually appear to work here in
Ronald S. Bultje
1
-47
/
+18
2005-07-20
merging autodetect from 0.8 branch
Thomas Vander Stichele
1
-0
/
+228