summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-11-03build: include stdio.h for FILEStefan Kost1-0/+1
2009-10-29queue2: Use "Queue 2" as long nameSebastian Dröge1-1/+1
2009-10-29queue2: Use GST_BOILERPLATE_FULL() and add pad templates/set details in base_...Sebastian Dröge1-42/+22
2009-10-29queue2: Use gst_element_class_set_details_simple()Sebastian Dröge1-8/+5
2009-10-29queue2: Integrate into corepluginsSebastian Dröge4-270/+254
2009-10-29queue2: Move struct declarations to a separate headerSebastian Dröge2-89/+123
2009-10-29queue2: Move queue2 to gstreamer corepluginsSebastian Dröge1-0/+2224
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller9-29/+25
2009-10-28capsfilter: sprinkle some GST_DEBUG_FUNCPTRTim-Philipp Müller1-4/+7
2009-10-27multiqueue: buffering is implemented nowWim Taymans1-10/+3
2009-10-27multiqueue: make sure percent increasesWim Taymans2-1/+11
2009-10-27multiqueue: refactor buffering codeWim Taymans1-48/+67
2009-10-27multiqueue: add buffering supportWim Taymans2-12/+61
2009-10-27multiqueue: don't check visible items in bufferingWim Taymans1-4/+6
2009-10-27multiqueue: hook up low/high percentWim Taymans2-0/+46
2009-10-27multiqueue: hook up property for bufferingWim Taymans2-0/+28
2009-10-27multiqueue: small cleanupsWim Taymans1-3/+1
2009-10-27multiqueue: add FIXME for wrong codeWim Taymans1-1/+9
2009-10-27multiqueue: fix debug outputWim Taymans1-2/+2
2009-10-27multiqueue: avoid shadowing function argumentWim Taymans1-16/+16
2009-10-27multiqueue: make queue arg explicitWim Taymans1-8/+8
2009-10-27multiqueue: fix propertiesWim Taymans1-37/+44
2009-10-21tee: implement custom acceptcaps functionWim Taymans1-0/+43
2009-10-21multiqueue: avoid lock for taking the counterWim Taymans2-6/+3
2009-10-08queue: more queue optimizationsStefan Kost1-48/+58
2009-10-08multiqueue: split gst_multi_queue_item_newStefan Kost1-14/+23
2009-10-08plugins/gstfilesrc: Make a fast-path for length == 0 buffer creation.Edward Hervey1-21/+23
2009-10-07filesink: Use _wfopen on win32 to open files with non-ascii filenames correctly.Michael Smith1-5/+40
2009-10-07multiqueue: flush queue upon fatal flowreturn and release upstream threadMark Nauwelaerts1-0/+8
2009-10-07plugins/multiqueue: Avoid instance checkEdward Hervey1-4/+5
2009-10-07plugins/multiqueue: Cache input/output time, avoid expensive calls.Edward Hervey1-10/+42
2009-10-07build: sprintf, sscanf need stdio.hStefan Kost1-0/+2
2009-10-07plugins/multiqueue: Use new GstDataQueue constructorEdward Hervey1-8/+4
2009-10-07plugins/multiqueue: Use cached value instead of expensive object get.Edward Hervey1-3/+1
2009-10-07plugins/queue: Use previous knowledge of data type to avoid typecheck.Edward Hervey1-11/+6
2009-10-07plugins/queue: Avoid useless segment_to_running_time() calculations.Edward Hervey2-11/+45
2009-10-07plugins/queue: Just cast to the object parent instead of typechecking.Edward Hervey1-2/+2
2009-10-07multiqueue: Improve iterate internal links functionSebastian Dröge1-83/+26
2009-10-06dataqueue, elements: avoid unnecessary runtime type checksTim-Philipp Müller5-15/+14
2009-09-07fix whitespaceWim Taymans1-3/+3
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