summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2007-05-21docs/design/part-synchronisation.txt: Small addition.Wim Taymans1-0/+3
2007-05-18plugins/elements/gstqueue.c: Hello, I am Mr Taymans' personal debugger. Today...Edward Hervey1-0/+1
2007-05-18plugins/elements/gstqueue.c: Release the queue lock !Edward Hervey1-0/+1
2007-05-12plugins/elements/gstqueue.*: Refactor an cleanup queue a bit.Wim Taymans2-304/+289
2007-05-10plugins/elements/gstqueue.*: Be smarter when calculating the current amount o...Wim Taymans2-21/+164
2007-05-10plugins/elements/gstqueue.c (_do_init, gst_queue_signals, gst_queue_base_init...Stefan Kost1-38/+10
2007-05-06docs/: Correct fixxrefs options.Stefan Kost5-42/+86
2007-04-27plugins/elements/: Set the location to NULL if "file://" is set as URI. Other...Sebastian Dröge2-0/+2
2007-04-27plugins/elements/: Special case the "file://" URI as as this is used by some ...Sebastian Dröge2-12/+24
2007-04-13plugins/elements/gstmultiqueue.c: Don't deadlock when releasing a pad - gst_p...Jan Schmidt1-3/+7
2007-04-05libs/gst/base/gstbasesink.c: Fix leak caused when refusing newsegment after EOS.Wim Taymans2-1/+42
2007-04-03plugins/elements/gstmultiqueue.c: Deactivate pads and free GstSingleQueue wit...Tommi Myöhänen1-3/+3
2007-03-28plugins/elements/gstmultiqueue.c: Don't leak GCond.Tim-Philipp Müller1-0/+1
2007-03-20plugins/elements/gstidentity.c (gst_identity_check_imperfect_offset): So we s...Zaheer Abbas Merali1-1/+2
2007-03-19libs/gst/base/: Add ::unlock_stop to basesrc and basesink. This allows an opp...Jan Schmidt2-32/+86
2007-03-14reformatThomas Vander Stichele1-6/+6
2007-03-12plugins/elements/gstmultiqueue.c: Fix small leak (free GstSingleQueue structu...Tim-Philipp Müller1-11/+12
2007-03-09plugins/elements/gstidentity.*: Separate out check-imperfect-timestamp and ch...Thomas Vander Stichele2-46/+136
2007-03-08plugins/elements/gstidentity.c: Fix check for perfect stream to ignore buffer...Zaheer Abbas Merali1-1/+2
2007-03-08libs/gst/base/gstbasetransform.*: Add support for dropping buffers with custo...Wim Taymans1-5/+3
2007-03-07plugins/elements/gstidentity.c: Only post bus message at max, once per buffer...Zaheer Abbas Merali1-11/+15
2007-03-07plugins/elements/gstidentity.c: Rename non-perfect to imperfect for Mike and ...Zaheer Abbas Merali1-8/+18
2007-03-07plugins/elements/gstidentity.*: Emit bus message if check-perfect is true and...Zaheer Abbas Merali2-0/+31
2007-02-13plugins/elements/: Also check for an absolute path following file:// in the f...Sebastian Dröge2-6/+12
2007-02-10gst/gstbin.h: Replace interface parameter name by iface as interface is a res...Sébastien Moutte1-1/+3
2007-02-09tests/check/pipelines/simple-launch-lines.c (test_tee): Add tests for push an...Andy Wingo2-78/+223
2007-02-05plugins/elements/gstfilesrc.c: Correctly generate EOS for non-seekable files....Michal Benes1-2/+2
2007-02-02plugins/elements/: Allow file://localhost/foo/bar URLs and correctly fail for...Sebastian Dröge2-2/+36
2007-01-30plugins/elements/gsttypefindelement.c: Don't leak found caps in chain functio...Tim-Philipp Müller1-0/+4
2007-01-25plugins/elements/gstfilesrc.c: If not using mmap'ed files try to seek to the ...Jindrich Makovicka1-1/+2
2007-01-24plugins/elements/gstmultiqueue.c: Small fix.Edward Hervey1-8/+55
2007-01-22plugins/elements/gstmultiqueue.c: Remove previous hack of unsetting the flush...Edward Hervey1-7/+3
2007-01-17plugins/elements/gstmultiqueue.c: When dynamically creating single queues, ac...Edward Hervey1-2/+4
2007-01-10plugins/elements/gstfilesink.c: Include <stdio.h> for fseeko().Tim-Philipp Müller1-1/+1
2006-12-21plugins/elements/gstfakesrc.c: Use g_random_int_range(), since it produces be...David Schleef1-5/+2
2006-12-19gst/gst.c: Docs typo fix.Tim-Philipp Müller1-16/+34
2006-12-18plugins/elements/gstqueue.c: Correct docs of queue, add more detail and cross...Stefan Kost1-9/+15
2006-12-16plugins/elements/gstidentity.c: Print additional debug info when the stream i...Tim-Philipp Müller1-6/+17
2006-11-28libs/gst/base/: New GstDataQueue object for threadsafe queueing. Most useful ...Edward Hervey4-2/+1140
2006-11-06Use g_strerror() instead of strerror() - we want UTF-8.Tim-Philipp Müller2-8/+10
2006-11-06plugins/elements/gstfdsrc.c: Another printf fix (#371493).Peter Kjellerstedt1-1/+1
2006-11-04don't put strerror in translatable messageThomas Vander Stichele1-2/+2
2006-11-03plugins/elements/gstfdsrc.c: Get the type and printf conversion specifiers ri...Wim Taymans1-2/+2
2006-11-03plugins/elements/gstfdsrc.c: Add some debugging.Wim Taymans1-13/+24
2006-11-02plugins/elements/gstfilesrc.c: Printf fixes for PPC/OSX, take two (#369366).Tim-Philipp Müller1-4/+4
2006-11-02plugins/elements/: Printf fixes for gsize parameters on PPC/OSX (#369366). Al...Jan David Mol2-17/+17
2006-10-30plugins/elements/gstfdsrc.c: Get the arguments to lseek() the right way around.Michael Smith1-1/+1
2006-10-11docs/plugins/: Update element args.Wim Taymans2-27/+143
2006-10-11plugins/elements/gstqueue.c: Recheck queue filledness after signalling the ov...Sjoerd Simons1-0/+7
2006-10-09common/m4/gst-error.m4: Disable warning of statement not reached on Forte.Josep Torre Valles4-4/+4