summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-06plugins/elements/gstfilesink.c: Add some FIXME for the NEWSEGMENT handling.Wim Taymans1-4/+8
2006-10-05Printf fixes.Tim-Philipp Müller1-1/+1
2006-10-02plugins/elements/gstfilesink.c: Set file to NULL when closing filesink so tha...Wim Taymans1-6/+12
2006-09-29libs/gst/net/: Stop reading commands when EOF as well.Wim Taymans3-3/+3
2006-09-16More G_OBJECT macro fixing. Also Fix some details on the plugin-stamp section.Stefan Kost1-1/+1
2006-09-14add an INFO line for when we actually update the fdThomas Vander Stichele1-0/+1
2006-08-28plugins/elements/gstidentity.c: Revert previous change; I misunderstood singl...Michael Smith1-3/+0
2006-08-28plugins/elements/gstidentity.c: Unset DISCONT on buffers when using single-se...Michael Smith1-0/+3
2006-08-28libs/gst/base/gstbasesrc.c: Small comment update.Wim Taymans1-14/+20
2006-07-27plugins/elements/gstfilesrc.c: Requesting 0 bytes before the end of the file ...Tim-Philipp Müller1-2/+2
2006-07-27gst/gstcaps.c: Fix useless assert, a uint is always positive.Wim Taymans2-1/+2
2006-07-27plugins/elements/gstfilesrc.c: Do not use mmap() by default since there are a...Tim-Philipp Müller1-4/+24
2006-07-26gst/gststructure.*: Add API for setting values into structures without perfor...Jan Schmidt1-1/+1
2006-07-26gst/gstbuffer.c: Avoid function call for known types by keeping the buffer an...Wim Taymans1-9/+13
2006-07-25plugins/elements/gstfilesrc.c: Remove superfluous g_object_notify() calls, GO...Tim-Philipp Müller1-4/+0
2006-07-24gst/gstminiobject.c: update docsThomas Vander Stichele1-1/+4
2006-07-04plugins/elements/gstfilesrc.*: Add "sequential" property, off by default, to ...Jan Schmidt2-4/+23
2006-07-02libs/gst/check/gstcheck.c: if we get the wrong message, give us the types as ...Thomas Vander Stichele1-1/+1
2006-07-02clean moreThomas Vander Stichele1-1/+1
2006-07-01configure.ac: set CFLAGS and friends to -O0 if gcov is being used add GCOV LIBSThomas Vander Stichele2-0/+13
2006-06-16plugins/elements/gstfilesink.*: Check if we can seek in the file instead of a...Wim Taymans2-25/+71
2006-06-01plugins/indexers/gstindexers.c: conditionally register fileindexer (fixes #34...Stefan Kost1-1/+4
2006-06-01gst/gsttagsetter.h: Can't cast ifaces to a classStefan Kost11-11/+11