summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-28parse: Unref reference to enclosing bins1.2Sebastian Rasmussen1-0/+3
2014-06-27caps: unset the parent refcount of the old features before freeing them in gs...George Kiagiadakis1-1/+3
2014-06-27caps: gst_caps_is_any() should return TRUE or FALSETim-Philipp Müller1-1/+1
2014-06-27bufferlist: fix buffer leak in _remove()Tim-Philipp Müller1-2/+9
2014-06-25baseparse: avoid returning _OK for _NOT_LINKEDThiago Santos1-0/+4
2014-06-08info: first handle all miniobjects, then GObjectsWim Taymans1-9/+9
2014-06-08info: GstDateTime does not have a GType as first fieldWim Taymans1-0/+3
2014-06-07multiqueue: post buffering message when queues flushThiago Santos1-0/+2
2014-06-07queuearray: fix expanding size of queue from 1Evan Nemerson1-1/+1
2014-06-07baseparse: Pass rate of input segment to output segmentzhouming1-0/+2
2014-06-07nettimeprovider: Use non-freed variableEdward Hervey1-1/+2
2014-06-07plugin: fix case where gst_plugin_load_file() didn't set the error on failureTim-Philipp Müller1-0/+3
2014-05-01bufferpool: fix log message of buffer pointerStian Selnes1-1/+1
2014-04-28multiqueue: avoid signaling overrun on the first segmentThiago Santos1-3/+27
2014-04-20basesrc: Make sure to always hold the LIVE_LOCK when going to the flushing labelSebastian Dröge1-2/+4
2014-04-18Release 1.2.41.2.4Sebastian Dröge9-25/+196
2014-04-18Update .po filesSebastian Dröge39-39/+193
2014-04-12structure: error out when trying to fixate a fraction near an invalid targetVincent Penquerc'h1-0/+1
2014-04-12baseparse: Fix memory leakJose Antonio Santos Cadenas1-0/+1
2014-04-12gst-launch.1: Playbin2 is dead, long live playbinEdward Hervey1-2/+2
2014-04-12pad: Include event type in debug output when delaying a sticky event because ...Sebastian Dröge1-1/+2
2014-04-12launch: place the deep-notify on the right pipelineWim Taymans1-7/+6
2014-04-12docs: fix multiqueue docs for new template names foo_%d -> foo_%uTim-Philipp Müller1-2/+2
2014-04-12ghostpad: use gst_pad_get_peer to acquire a reference to the target padGeorge Kiagiadakis1-3/+1
2014-04-12ghostpad: hold a reference to the target pad while unlinking itGeorge Kiagiadakis1-1/+3
2014-04-12buffer: remove wrong commentWim Taymans1-4/+0
2014-04-07parse: Don't dist the bison and flex generated headersSebastian Dröge1-2/+2
2014-03-02docs: Fix typos and remove unknown annotationsSebastian Rasmussen3-5/+5
2014-02-18queue2: don't truncate the temp file on shutdownWim Taymans1-4/+4
2014-02-18queue2: Fix merging of rangesWim Taymans1-13/+34
2014-02-11error: GST_RESOURCE_ERROR_NOT_AUTHORIZED will be available since 1.2.4Sebastian Dröge1-1/+1
2014-02-11error: Add RESOURCE_NOT_AUTHORIZED errorSebastian Dröge2-0/+6
2014-02-08Release 1.2.31.2.3Sebastian Dröge8-22/+327
2014-02-08Update .po filesSebastian Dröge39-39/+39
2014-02-04multiqueue: do not reduce single queue below current levelArnaud Vrac1-2/+2
2014-02-04po: Update translationsSebastian Dröge5-123/+105
2014-01-17pad: fix sticky event leak after sticky_events_foreachThiago Santos1-0/+1
2014-01-15multiqueue: prevent buffering forever with playbinThiago Santos1-1/+4
2014-01-15segment: gst_segment_offset_running_time() will be available in 1.2.3Sebastian Dröge1-1/+1
2014-01-15tests: improve check, also check stream-timeWim Taymans1-20/+10
2014-01-15tests: add unit test for segment _offset_running_time()Wim Taymans1-0/+91
2014-01-15pad: use new segment offset method to apply the offsetWim Taymans1-2/+3
2014-01-15segment: add method to offset the segment running-timeWim Taymans3-1/+51
2014-01-14baseparse: do not ignore TIME segmentsThiago Santos1-0/+1
2014-01-14segment: take offset into account in _to_position()Wim Taymans1-2/+2
2014-01-14collectpads: take offset into account for expected segment positionWim Taymans1-2/+5
2014-01-13tests: baseparse: add test for reverse playback on passthroughThiago Santos1-4/+33
2014-01-13tests: baseparse: add basic test for baseparseThiago Santos3-0/+277
2014-01-13baseparse: do not accumulate buffers on passthrough modeThiago Santos1-0/+29
2014-01-08baseparse: remove pending_segment as it was being misusedThiago Santos1-14/+12