summaryrefslogtreecommitdiffstats
path: root/ext/hermes/gstcolorspace.c
AgeCommit message (Collapse)AuthorFilesLines
2003-04-16Fix 110963Wim Taymans1-12/+29
Original commit message from CVS: Fix 110963 - fix refcounting in colorspace
2003-01-12unref pool tooWim Taymans1-0/+2
Original commit message from CVS: unref pool too
2003-01-10PadConnect -> PadLinkThomas Vander Stichele1-6/+6
Original commit message from CVS: PadConnect -> PadLink
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele1-9/+9
please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
2002-09-18plugins part of license field patchChristian Schaller1-0/+1
Original commit message from CVS: plugins part of license field patch
2002-09-12Destroy state when going to READYWim Taymans1-7/+7
Original commit message from CVS: Destroy state when going to READY
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje1-2/+2
Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
2002-07-11Setup the YV12 to RGB converter tooWim Taymans1-0/+11
Original commit message from CVS: Setup the YV12 to RGB converter too
2002-06-21Fixed problem with color conversionWim Taymans1-4/+25
Original commit message from CVS: Fixed problem with color conversion Added conversion between YV12 and I420
2002-05-31add ranks only for plugins who participate in autoplugging. If you have a ↵Steve Baker1-0/+1
file that used to autoplug but doesn't any... Original commit message from CVS: add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
2002-04-20a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo1-2/+2
details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo1-10/+10
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-03-30Changed to the new props APIWim Taymans1-16/+23
Original commit message from CVS: Changed to the new props API Other small tuff.
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo1-1/+1
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-2/+2
versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2002-01-20Return donw when we changed the caps in the connect function.Wim Taymans1-2/+2
Original commit message from CVS: Return donw when we changed the caps in the connect function.
2002-01-13Bring the plugins in sync with the new core capsnego system.Wim Taymans1-151/+231
Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
2001-12-23adding hermesThomas Vander Stichele1-0/+501
Original commit message from CVS: adding hermes