summaryrefslogtreecommitdiff
path: root/gst/gsttypefind.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-21Allow adding a typefinder without a typefind function so that it can be usedWim Taymans1-1/+0
2008-10-31gst/gstpreset.c: Use g_unlink instead of unlink.Stefan Kost1-2/+3
2008-05-19API: add gst_type_find_suggest_simple(), #533740.Tim-Philipp Müller1-0/+51
2007-12-21gst/gsttypefind.c: Make gst_type_find_register work for static typefind funct...Tim-Philipp Müller1-3/+7
2007-12-12Makefile.am: Add check-exports target and run it as part of 'make check' (see...Tim-Philipp Müller1-2/+2
2007-10-13gst/: Use already-interned string for the private GstPluginFeature plugin_nam...Tim-Philipp Müller1-1/+1
2006-05-24doc indent fixThomas Vander Stichele1-1/+2
2006-05-18gst/gsttypefind.*: Added GST_TYPE_TYPE_FIND and gst_type_find_get_type() so a...Edward Hervey1-0/+11
2005-12-06expand tabsThomas Vander Stichele1-2/+2
2005-11-29gst/: Fix memory leak in GstTypeFindFactory.Edward Hervey1-1/+4
2005-11-09gst/: Edward Hervey1-25/+28
2005-10-15various style fixesThomas Vander Stichele1-0/+1
2005-10-15whitespace fixesThomas Vander Stichele1-5/+5
2005-09-18check/Makefile.am: Fix environment variables.David Schleef1-1/+5
2005-09-16check/gst/gstplugin.c: More testingDavid Schleef1-12/+6
2005-09-15removeDavid Schleef1-3/+3
2005-09-07gst/: splitted gsttypefind into gsttypefind, gsttypefindfactoryStefan Kost1-235/+3
2005-09-06check/pipelines/simple_launch_lines.c: test for pipe!=NULLStefan Kost1-0/+63
2005-04-20gst/: Make gst_caps_replace() work like other _replace() functions.Wim Taymans1-1/+1
2005-03-07First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans1-1/+1
2004-07-29gst/gstpad.c: check that caps are fixedBenjamin Otte1-2/+1
2004-05-03remove gst_info remove gstlog.h, fold back to gstinfo.h update translationsThomas Vander Stichele1-0/+1
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-4/+5
2004-03-13gst-indent run on coreThomas Vander Stichele1-39/+51
2003-12-22Merge CAPS branchDavid Schleef1-10/+7
2003-10-31update plugin initialization restructuring (see email for detailsBenjamin Otte1-8/+10
2003-10-29Allow NULL to be a valid value for factory->extensions.David Schleef1-1/+2
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-187/+243
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje1-54/+37
2003-09-16reverting error patches before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele1-3/+2
2003-09-14implement translatable error messages using gerror.Benjamin Otte1-2/+3
2003-07-24But you can't use G_TYPE_BOXED in a signal. Changing to G_TYPE_POINTER until...David Schleef1-1/+1
2003-06-29GST_DEBUG reorganization containing loads of stuff:Benjamin Otte1-4/+4
2003-05-29GstCaps is not a GObject but a boxed-typeRonald S. Bultje1-1/+1
2003-05-26Fix type definition bug plus missing argument for callbackRonald S. Bultje1-1/+1
2003-04-13don't error out on max-buffers = 0Benjamin Otte1-1/+1
2003-01-17- Error after configurable number of buffersWim Taymans1-18/+68
2002-10-29style stuffThomas Vander Stichele1-14/+17
2002-09-29licenses, uggAndy Wingo1-0/+1
2002-09-10This changes an important part of the plugin API, gst_pad_try_set_caps() no l...Ronald S. Bultje1-1/+1
2002-07-08- Removed unused locking from the cothreadsWim Taymans1-0/+1
2002-05-08Totally rewritten registry handling.Wim Taymans1-1/+1
2002-04-20a hack to work around intltool's brokenness a current check for mpeg2dec deta...Andy Wingo1-2/+2
2002-04-19- make all _get_list functions return a const reference to original lists and...Benjamin Otte1-1/+1
2002-04-11commit to make gstreamer follow the gtk function/macro naming conventions:Andy Wingo1-26/+26
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior fixe...Andy Wingo1-4/+4
2002-03-05warning: unused variable 'oldstate'Benjamin Otte1-1/+1
2002-02-18many fixes related to dynamic pipelines.Andy Wingo1-2/+2
2002-01-20Delay pad negotiation until the element is in READY or higher. this will gice...Wim Taymans1-1/+1
2002-01-13Landed the new improved capsnegotiation system.Wim Taymans1-1/+3