Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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