summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2013-07-29typefind: Only advance offset by the number of bytes we actually readSebastian Dröge1-1/+1
2013-05-28valve: Don't read sticky flag from unrefed eventNicolas Dufresne1-2/+3
2013-05-04typefind: fix caps leak when used in connection with uridecodebin and playbinTim-Philipp Müller1-0/+1
2013-04-26inputselector: Try to not push read-only buffersSebastian Dröge1-2/+4
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-01-30dataqueue: can't pass a GType through GINT_TO_POINTERTim-Philipp Müller1-2/+2
2013-01-30queue: remove query from queue if queue is flushingAlexander Schrab1-0/+9
2013-01-30queuearray: make _find() find the value if no compare function is providedTim-Philipp Müller1-4/+13
2013-01-30queuearray: fix gst_queue_array_find()Alexander Schrab1-3/+3
2013-01-30queuearray: fix gst_queue_array_drop_element()Alexander Schrab1-27/+53
2012-12-14NEWSEGMENT -> SEGMENTWim Taymans2-2/+2
2012-11-17inputselector: fix clock leak in wait_running_timeArnaud Vrac1-0/+2
2012-10-30multiqueue: Add EOS status to debug output about filled/unfilledJan Schmidt1-1/+1
2012-10-04capsfilter: don't prefer passthroughWim Taymans1-0/+1
2012-09-26typefind: send STREAM-START eventWim Taymans2-0/+17
2012-09-26identity: retimestamp both pts and dts when doing soMark Nauwelaerts1-2/+2
2012-09-25identity: also track and store segment info in single segment modeMark Nauwelaerts1-0/+3
2012-09-25Make intel compiler happierJosep Torra Valles4-7/+7
2012-09-19identity: transform GAP event in single segment modeMark Nauwelaerts1-0/+14
2012-09-13docs: fix some docsWim Taymans2-4/+3
2012-09-12filesink: fix build on CygwinMark Nauwelaerts1-1/+2
2012-09-12queue2: fix possible data corruption in ring buffer mode when seekingTim-Philipp Müller1-6/+26
2012-09-11baseparse, typefind: only activate in pull mode if upstream is seekableTim-Philipp Müller1-1/+6
2012-08-31ghostpad: Make some debugging more verboseJan Schmidt1-2/+0
2012-08-30inputselector: fix clock leakArnaud Vrac1-0/+2
2012-08-14inputselector: Wait for other streams to advance on unselected padsEdward Hervey1-1/+0
2012-08-14inputselector: More debug statementsEdward Hervey1-1/+8
2012-08-14inputselector: Don't forward stream-start sticky eventsEdward Hervey1-1/+1
2012-08-06inputselector: Use the first created pad by defaultEdward Hervey1-6/+18
2012-08-05input-selector: use generic marshaller for "block" action signalTim-Philipp Müller1-33/+1
2012-08-02typefind: send segment_done event in addition to segment_done messageTim-Philipp Müller1-0/+2
2012-07-31basesrc: Add default handler for URI query in GstURIHandler subclassesSebastian Dröge1-24/+0
2012-07-27Update for new seeking variable nameWim Taymans1-4/+4
2012-07-24typefind: require bytes before typefindingWim Taymans1-1/+1
2012-07-23plugins: print flags betterWim Taymans3-3/+3
2012-07-19queue2: set buffering-left to 0 on 100% bufferingWim Taymans1-7/+11
2012-07-19queue2: fix buffering queryWim Taymans1-12/+22
2012-07-19queue2: fix the buffering-left in the buffering messageWim Taymans1-15/+12
2012-07-18queue: answer SCHEDULING queryTim-Philipp Müller1-1/+12
2012-07-17queue2: handle CAPS event and drop it if operating in ring buffer modeTim-Philipp Müller1-0/+13
2012-07-14plugins: embed GstAueueArray in dataqueue struct as wellTim-Philipp Müller2-12/+13
2012-07-14plugins: don't use one-time array in plugin_initTim-Philipp Müller1-44/+55
2012-07-14queue: embed GstQueueArray structureTim-Philipp Müller2-16/+17
2012-07-14plugins: sprinkle some more G_GNUC_INTERNALTim-Philipp Müller18-29/+39
2012-07-14plugins: add init/clear functions to GstQueueArrayTim-Philipp Müller2-5/+21
2012-07-14base: make GstQueueArray private to coreelements for nowTim-Philipp Müller5-2/+214
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey14-66/+0
2012-07-09basesrc, basesink, baseparse, typefind: use GST_SEGMENT_FLAG with segment flagsTim-Philipp Müller1-2/+2
2012-07-09plugins: sprinkle G_GNUC_INTERNAL for dataqueue functionsTim-Philipp Müller1-2/+18
2012-07-09queue: Fix handling of min-threshold and serialized queriesSebastian Dröge1-0/+10