summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* plugins/elements/: These are not installed headers, no need for padding.Tim-Philipp Müller2007-05-243-9/+1
* plugins/: Use #ifdef for HAVE_XYZ for consistency.Tim-Philipp Müller2007-05-223-8/+8
* plugins/elements/gstfilesink.*: Fix position reporting; rename data_written m...Mark Nauwelaerts2007-05-222-18/+13
* docs/design/part-synchronisation.txt: Small addition.Wim Taymans2007-05-211-0/+3
* plugins/elements/gstqueue.c: Hello, I am Mr Taymans' personal debugger. Today...Edward Hervey2007-05-181-0/+1
* plugins/elements/gstqueue.c: Release the queue lock !Edward Hervey2007-05-181-0/+1
* plugins/elements/gstqueue.*: Refactor an cleanup queue a bit.Wim Taymans2007-05-122-304/+289
* plugins/elements/gstqueue.*: Be smarter when calculating the current amount o...Wim Taymans2007-05-102-21/+164
* plugins/elements/gstqueue.c (_do_init, gst_queue_signals, gst_queue_base_init...Stefan Kost2007-05-101-38/+10
* docs/: Correct fixxrefs options.Stefan Kost2007-05-065-42/+86
* plugins/elements/: Set the location to NULL if "file://" is set as URI. Other...Sebastian Dröge2007-04-272-0/+2
* plugins/elements/: Special case the "file://" URI as as this is used by some ...Sebastian Dröge2007-04-272-12/+24
* plugins/elements/gstmultiqueue.c: Don't deadlock when releasing a pad - gst_p...Jan Schmidt2007-04-131-3/+7
* libs/gst/base/gstbasesink.c: Fix leak caused when refusing newsegment after EOS.Wim Taymans2007-04-052-1/+42
* plugins/elements/gstmultiqueue.c: Deactivate pads and free GstSingleQueue wit...Tommi Myöhänen2007-04-031-3/+3
* plugins/elements/gstmultiqueue.c: Don't leak GCond.Tim-Philipp Müller2007-03-281-0/+1
* plugins/elements/gstidentity.c (gst_identity_check_imperfect_offset): So we s...Zaheer Abbas Merali2007-03-201-1/+2
* libs/gst/base/: Add ::unlock_stop to basesrc and basesink. This allows an opp...Jan Schmidt2007-03-192-32/+86
* reformatThomas Vander Stichele2007-03-141-6/+6
* plugins/elements/gstmultiqueue.c: Fix small leak (free GstSingleQueue structu...Tim-Philipp Müller2007-03-121-11/+12
* plugins/elements/gstidentity.*: Separate out check-imperfect-timestamp and ch...Thomas Vander Stichele2007-03-092-46/+136
* plugins/elements/gstidentity.c: Fix check for perfect stream to ignore buffer...Zaheer Abbas Merali2007-03-081-1/+2
* libs/gst/base/gstbasetransform.*: Add support for dropping buffers with custo...Wim Taymans2007-03-081-5/+3
* plugins/elements/gstidentity.c: Only post bus message at max, once per buffer...Zaheer Abbas Merali2007-03-071-11/+15
* plugins/elements/gstidentity.c: Rename non-perfect to imperfect for Mike and ...Zaheer Abbas Merali2007-03-071-8/+18
* plugins/elements/gstidentity.*: Emit bus message if check-perfect is true and...Zaheer Abbas Merali2007-03-072-0/+31
* plugins/elements/: Also check for an absolute path following file:// in the f...Sebastian Dröge2007-02-132-6/+12
* gst/gstbin.h: Replace interface parameter name by iface as interface is a res...Sébastien Moutte2007-02-101-1/+3
* tests/check/pipelines/simple-launch-lines.c (test_tee): Add tests for push an...Andy Wingo2007-02-092-78/+223
* plugins/elements/gstfilesrc.c: Correctly generate EOS for non-seekable files....Michal Benes2007-02-051-2/+2
* plugins/elements/: Allow file://localhost/foo/bar URLs and correctly fail for...Sebastian Dröge2007-02-022-2/+36
* plugins/elements/gsttypefindelement.c: Don't leak found caps in chain functio...Tim-Philipp Müller2007-01-301-0/+4
* plugins/elements/gstfilesrc.c: If not using mmap'ed files try to seek to the ...Jindrich Makovicka2007-01-251-1/+2
* plugins/elements/gstmultiqueue.c: Small fix.Edward Hervey2007-01-241-8/+55
* plugins/elements/gstmultiqueue.c: Remove previous hack of unsetting the flush...Edward Hervey2007-01-221-7/+3
* plugins/elements/gstmultiqueue.c: When dynamically creating single queues, ac...Edward Hervey2007-01-171-2/+4
* plugins/elements/gstfilesink.c: Include <stdio.h> for fseeko().Tim-Philipp Müller2007-01-101-1/+1
* plugins/elements/gstfakesrc.c: Use g_random_int_range(), since it produces be...David Schleef2006-12-211-5/+2
* gst/gst.c: Docs typo fix.Tim-Philipp Müller2006-12-191-16/+34
* plugins/elements/gstqueue.c: Correct docs of queue, add more detail and cross...Stefan Kost2006-12-181-9/+15
* plugins/elements/gstidentity.c: Print additional debug info when the stream i...Tim-Philipp Müller2006-12-161-6/+17
* libs/gst/base/: New GstDataQueue object for threadsafe queueing. Most useful ...Edward Hervey2006-11-284-2/+1140
* Use g_strerror() instead of strerror() - we want UTF-8.Tim-Philipp Müller2006-11-062-8/+10
* plugins/elements/gstfdsrc.c: Another printf fix (#371493).Peter Kjellerstedt2006-11-061-1/+1
* don't put strerror in translatable messageThomas Vander Stichele2006-11-041-2/+2
* plugins/elements/gstfdsrc.c: Get the type and printf conversion specifiers ri...Wim Taymans2006-11-031-2/+2
* plugins/elements/gstfdsrc.c: Add some debugging.Wim Taymans2006-11-031-13/+24
* plugins/elements/gstfilesrc.c: Printf fixes for PPC/OSX, take two (#369366).Tim-Philipp Müller2006-11-021-4/+4
* plugins/elements/: Printf fixes for gsize parameters on PPC/OSX (#369366). Al...Jan David Mol2006-11-022-17/+17
* plugins/elements/gstfdsrc.c: Get the arguments to lseek() the right way around.Michael Smith2006-10-301-1/+1