summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* gst/gstdebugutils.c: Add some ideas, how to make the graph smaller.Stefan Kost2009-01-011-1/+1
* API: Add URI query type. This is useful to query the URI of a sink/source ele...Sebastian Dröge2008-12-204-0/+61
* plugins/elements/gsttee.c: Check for changed pads-list before checking the la...Wim Taymans2008-12-081-8/+12
* plugins/elements/gstfilesrc.c: Fix memory leak.Edward Hervey2008-11-241-11/+12
* plugins/elements/gstidentity.c: Don't warning on offset==-1. Taken from _chec...Stefan Kost2008-11-211-1/+3
* plugins/elements/gstfilesrc.c: Check for localhost in URI was backwards, fix ...Michael Smith2008-11-211-1/+1
* plugins/elements/gstfilesrc.c: Use g_filename_from_uri() for URI parsing in f...Michael Smith2008-11-201-27/+25
* plugins/elements/gstfilesink.c: Update Author string to match others.Thomas Vander Stichele2008-11-101-1/+2
* plugins/elements/gstidentity.c: Doc typo. Use return value of parent_class->e...Stefan Kost2008-10-312-4/+5
* plugins/elements/: Use gst_buffer_try_new_and_alloc() and handle errors inste...Sebastian Dröge2008-10-232-4/+16
* plugins/elements/gsttee.c: Fix flow aggregation of tee. Error out immediately...Sebastian Dröge2008-10-141-4/+5
* plugins/: Don't install static libs for plugins. Fixes #550851 for core.Stefan Kost2008-10-132-0/+2
* plugins/elements/gstqueue.c: Allow through queries when we don't know how as ...Jan Schmidt2008-10-081-2/+2
* Fix assertion in basetransform when the subclass chooses not to allocate a bu...Jan Schmidt2008-09-281-3/+13
* plugins/elements/: Call super::event() when not handling it. Fixes #544855.Stefan Kost2008-08-202-3/+6
* plugins/elements/gstfilesrc.c: Use 64 bit variants of stat functions on win32...Alessandro Decina2008-08-191-5/+44
* plugins/elements/gsttee.*: Protect pad_alloc with a new lock so that we can b...Ole André Vadla Ravnås2008-08-152-3/+41
* plugins/elements/gsttee.c: Unlock, instead of locking again.Stefan Kost2008-08-071-1/+1
* plugins/elements/gstcapsfilter.c: Use new caps suggestion feature of basetran...Wim Taymans2008-08-051-1/+48
* Remove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere.Sebastian Dröge2008-07-311-7/+1
* plugins/elements/gstcapsfilter.c: Make setting the caps more threadsafe.Wim Taymans2008-07-311-2/+15
* plugins/elements/gstqueue.c: Add and use a custom acceptcaps function instead...Wim Taymans2008-07-311-0/+20
* plugins/elements/gsttee.*: Reverting as not everything is clear yet. Needs so...Stefan Kost2008-07-292-99/+8
* plugins/elements/gsttee.*: Relay tag events in tee. Fixes parts of #474016.Stefan Kost2008-07-292-8/+99
* plugins/elements/gstmultiqueue.*: revert extra-size-buffers stuff, caused som...Thijs Vermeir2008-06-262-78/+71
* plugins/elements/gstmultiqueue.*: Fix dead-lock in underrun_cbThijs Vermeir2008-06-252-14/+32
* plugins/elements/gstmultiqueue.c: Add functionality to extra-size-buffers pro...Thijs Vermeir2008-06-221-63/+52
* plugins/elements/gstmultiqueue.c: Don't update the cur_time on GST_CLOCK_TIME...Thijs Vermeir2008-06-221-8/+22
* plugins/elements/: Remove short_description. Add basic docs for gsttypefindel...Stefan Kost2008-06-2012-42/+29
* plugins/elements/gstfdsrc.c: Added Since doc.Wim Taymans2008-06-201-0/+7
* Add timeout property like udpsrc. Fixes #538628.joel larsson2008-06-202-19/+98
* plugins/elements/gsttypefindelement.c: Use faster and safer _pad_push_event().Wim Taymans2008-05-271-4/+4
* plugins/elements/: Small cleanups. Add note adbout g_fopen() on windows and w...Wim Taymans2008-05-212-5/+15
* plugins/elements/: Use custom marshalers that take GstMiniObject as first par...Sebastian Dröge2008-05-132-3/+59
* plugins/elements/gsttypefindelement.c: Clean up on FLUSH_STOP and not FLUSH_S...Sebastian Dröge2008-05-131-9/+3
* plugins/elements/gsttypefindelement.c: Forward FLUSH_START events immediately...Sebastian Dröge2008-05-131-1/+18
* plugins/elements/gstmultiqueue.c: Add documentation for the signals to push o...Jan Schmidt2008-05-091-0/+21
* plugins/elements/gstfakesrc.*: Added format property to control the format of...Wim Taymans2008-05-072-1/+25
* plugins/elements/gstmultiqueue.c: Small docs fix.Tim-Philipp Müller2008-05-051-3/+3
* plugins/elements/gstqueue.c: Since we're not called only from the chain funct...Tim-Philipp Müller2008-04-301-4/+5
* plugins/elements/gstqueue.c: When changing thr max capacity of a leaky queue,...Jonas Holmberg2008-04-301-26/+36
* plugins/elements/gstqueue.c: Add the min-threshold to the min latency if poss...Olivier Crete2008-04-211-0/+4
* plugins/elements/gstidentity.c: Fix imperfect timestamp/offset checks when we...Sebastian Dröge2008-04-091-2/+9
* plugins/indexers/: Use GSlice when possible.Sebastian Dröge2008-04-032-8/+8
* plugins/elements/gsttypefindelement.*: Cleanup properties.Wim Taymans2008-04-022-19/+50
* plugins/elements/gstidentity.c: Identity is not always a passthrough element,...Mark Nauwelaerts2008-03-241-2/+27
* plugins/elements/: Also retry our poll_wait when we get EAGAIN. Fixes #524041.Wim Taymans2008-03-242-2/+2
* plugins/elements/gstmultiqueue.c: When trying to make room in the queue, bump...Wim Taymans2008-03-241-2/+2
* Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it ev...Sebastian Dröge2008-03-2213-91/+115
* Remove GstPollMode from the API, it does not make sense to let the applicatio...Ole André Vadla Ravnås2008-03-072-2/+2