summaryrefslogtreecommitdiff
path: root/plugins/indexers/gstmemindex.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-30index: remove GstIndex and GstIndexFactory for nowTim-Philipp Müller1-444/+0
2011-01-07indexers: fix two small leaksTim-Philipp Müller1-1/+1
2010-08-06plugins: Add declarations for _get_type() functions to fix compiler warningsSebastian Dröge1-5/+3
2010-08-06plugins: Make *_get_type() in plugins/* thread safeShixin Zeng1-27/+1
2010-03-11Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte1-0/+2
2010-02-18memindex: avoid busy loop when doing EXACT lookupMark Nauwelaerts1-2/+4
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-1/+1
2008-04-03plugins/indexers/: Use GSlice when possible.Sebastian Dröge1-4/+4
2008-02-29Correct all relevant warnings found by the sparse semantic code analyzer. Thi...Sebastian Dröge1-1/+1
2008-02-01docs/gst/gstreamer-sections.txt: Add GST_CHECK_VERSION to the docsJulien Moutte1-7/+49
2006-06-01gst/gsttagsetter.h: Can't cast ifaces to a classStefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2005-12-06expand tabsThomas Vander Stichele1-5/+5
2005-10-15whitespace fixesThomas Vander Stichele1-6/+6
2005-09-18check/Makefile.am: Fix environment variables.David Schleef1-4/+10
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-13/+17
2004-03-13gst-indent run on coreThomas Vander Stichele1-99/+100
2003-10-31update plugin initialization restructuring (see email for detailsBenjamin Otte1-3/+1
2003-06-29GST_DEBUG reorganization containing loads of stuff:Benjamin Otte1-8/+3
2003-01-05Patch 13357 and 13358 from vishnuWim Taymans1-2/+2
2003-01-04Register the two indexersWim Taymans1-10/+2
2002-12-26- Added flags to lookup method so that one can search for keyframes tooWim Taymans1-2/+25
2002-12-12Renamed GstCache to GstIndexWim Taymans1-0/+407