summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-08-28queue: whitespace fixesWim Taymans2-16/+16
2009-08-18multiqueue: Use iterate_internal_links instead of deprecated get_internal_linksSebastian Dröge2-24/+81
2009-08-18filesink: Add property to allow to append to an already existing fileLaurent Glayal2-1/+27
2009-08-06queue: post error message when pausing taskMark Nauwelaerts1-1/+14
2009-08-06capsfilter: only set caps when differentWim Taymans1-6/+15
2009-08-06queue: get caps after making writableWim Taymans1-1/+2
2009-08-06capsfilter: fix refcounting problemWim Taymans1-3/+9
2009-07-13filesink: Fix segfault with MSVCAndoni Morales1-0/+3
2009-07-02typefindelement: log probability in debug messageTim-Philipp Müller1-1/+2
2009-06-24multiqueue: Fire the overrun signal on EOSJan Schmidt1-1/+4
2009-06-23capsfilter: Add GAP flag supportChad Hanna1-0/+2
2009-06-19tee: add buffer-list supportWim Taymans1-23/+57
2009-06-19fdsink: clean up some more error and debug messagesTim-Philipp Müller1-13/+12
2009-06-18fdsink: fix error messageTim-Philipp Müller1-3/+2
2009-06-18fdsink: add the new field in the headerWim Taymans1-0/+1
2009-06-18fdsink: make fdsink seekableBenjamin Gaignard1-3/+89
2009-06-15queue: fix compiler warningTim-Philipp Müller1-8/+10
2009-06-15don't lock when min-threshold and max-size conflict.Arnout Vandecappelle1-6/+9
2009-06-12filesrc/sink: turn the bus messages into g_warningStefan Kost2-8/+4
2009-06-11filesrc/sink: improve warning message a bit (wrong state)Stefan Kost2-3/+8
2009-06-11multiqueue: Use the slice allocator for MultiQueueItemsJan Schmidt1-2/+2
2009-06-09multiqueue: check byte range even when we have timestampsWim Taymans1-7/+3
2009-06-01fakesrc: add a FIXME comment for blocksize vs. size-max property issueStefan Kost1-0/+4
2009-05-31identity: hack around g_object_notify() bug by protecting it with a lockTim-Philipp Müller2-3/+20
2009-05-31fakesink: hack around crasher bug in g_object_notify() for out-of-band eventsTim-Philipp Müller2-3/+31
2009-05-12typefind: don't leak the force-caps propertyArnout Vandecappelle1-6/+15
2009-05-12filesrc: Improve debugging a bit on invalid URIsSebastian Dröge1-3/+10
2009-05-11fakesink: avoid typecheckWim Taymans1-3/+3
2009-04-16paramspecs: revert gst_param_spec_is_mutable() for releaseJan Schmidt1-5/+0
2009-04-12Add param spec flags for when a property can be changedDavid Schleef1-5/+16
2009-04-09tee: add property to control the alloc padOlivier Crete1-0/+25
2009-04-03Remove unused variables detected by LLVM's Clang static analyzer.Edward Hervey1-2/+0
2009-03-31capsfilter. Always calls _suggest, even with NULL caps. Fixes #574805Edward Hervey1-5/+5
2009-03-20win32: fix seeking in files >4GBLRN3-5/+32
2009-03-10logging: some additional logging for tracing caps negotiation.Stefan Kost1-6/+4
2009-03-06identity: ignore the return value of gst_pad_event_default when sending out t...Alessandro Decina1-2/+1
2009-02-27capsfilter: Properly reset the capsfilter when setting caps ANY.Edward Hervey1-16/+22
2009-02-22Use the correct unref functionAli Sabil1-3/+3
2009-02-05cleanup: remove unused variables in _class_init() and reindent.Stefan Kost4-12/+4
2009-02-05queue: remove unused codeStefan Kost1-40/+0
2009-01-23Update a bunch of gitignores to clean up my git status outputJan Schmidt1-0/+2
2009-01-22Improve debug output by logging the offsets. Fixes bug #568678.Sebastian Dröge1-1/+2
2009-01-21If no type was found using the typefind functions, try doing an upstreamWim Taymans1-5/+77
2009-01-01gst/gstdebugutils.c: Add some ideas, how to make the graph smaller.Stefan Kost1-1/+1
2008-12-20API: Add URI query type. This is useful to query the URI of a sink/source ele...Sebastian Dröge4-0/+61
2008-12-08plugins/elements/gsttee.c: Check for changed pads-list before checking the la...Wim Taymans1-8/+12
2008-11-24plugins/elements/gstfilesrc.c: Fix memory leak.Edward Hervey1-11/+12
2008-11-21plugins/elements/gstidentity.c: Don't warning on offset==-1. Taken from _chec...Stefan Kost1-1/+3
2008-11-21plugins/elements/gstfilesrc.c: Check for localhost in URI was backwards, fix ...Michael Smith1-1/+1
2008-11-20plugins/elements/gstfilesrc.c: Use g_filename_from_uri() for URI parsing in f...Michael Smith1-27/+25