summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2015-03-10Fix double semicolonsTim-Philipp Müller1-1/+1
2015-03-05info: avoid malloc/free if log object is NULLTim-Philipp Müller1-2/+3
2015-03-05info: move __FILE__ path shortening into default log handlerTim-Philipp Müller1-5/+10
2015-03-05info: shorten __FILE__ on all platformsPeter Urbanec1-4/+0
2015-03-02utils: improve warning when linking elements without common ancestorTim-Philipp Müller1-2/+18
2015-02-26pad: Don't fail latency query on unlinked padsArun Raghavan1-4/+13
2015-02-26gstvalue: Make sure GST_FOURCC_ARGS produces printable charactersEdward Hervey1-5/+7
2015-02-25gstutils: remove incorrect Fixme commentLuis de Bethencourt1-1/+0
2015-02-25gstutils: remove obsolete Fixme commentLuis de Bethencourt1-5/+0
2015-02-23GstDeviceMonitor: keep alphabetical orderLuis de Bethencourt2-2/+2
2015-02-20Revert "element: set pads need-parent flag to false when removing"Olivier Crête1-1/+0
2015-02-19pad: If the latency query fails for one of the pads, it fails overallSebastian Dröge1-2/+4
2015-02-17message: revive async delivery message before bus thread can run unrefTim-Philipp Müller1-1/+3
2015-02-17message, bus: fix async message deliveryTim-Philipp Müller3-7/+37
2015-02-16info: nicer buffer offset printing when offsets are not setTim-Philipp Müller1-4/+19
2015-02-16pad: Only initialize GValue to a type once, not on every retrySebastian Dröge1-1/+2
2015-02-15gstutils: check uri before using it in gst_pad_create_stream_id_internalMatthieu Bouron1-3/+5
2015-02-12pad: gst_pad_iterate_internal_links() can return NULL if there are noneSebastian Dröge1-0/+4
2015-02-12pad: Return NULL instead of FALSE for pointersSebastian Dröge1-1/+1
2015-02-12pad: Implement more useful default handling for the LATENCY querySebastian Dröge1-1/+105
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge1-0/+1
2015-02-07clock: Make linear regression x/y base start from maximum observation.Jan Schmidt1-2/+5
2015-02-05pad: add "offset" property to go with gst_pad_set_offset()Tim-Philipp Müller1-1/+20
2015-02-02plugin: add more detail to logging when not loading a pluginStefan Sauer1-4/+6
2015-02-02gstpad: Fix a typo in a docstring.Jan Schmidt1-1/+1
2015-02-01build: Check that _MSC_VER macro is definedNicolas Dufresne1-1/+1
2015-02-01task: Add thread name support on OS X and iOSIlya Konstantinov1-2/+17
2015-01-29clock: Don't use invalid objects for GST_DEBUG_OBJECT()Sebastian Dröge1-12/+9
2015-01-29buffer: Document that gst_buffer_copy_region() accepts -1 as size to copy unt...Sebastian Dröge1-1/+2
2015-01-27segment: Add new skip flags for clarifying trick mode playback.Jan Schmidt2-8/+42
2015-01-22uri: Fix indentionSebastian Dröge1-4/+5
2015-01-22uri: Fix parsing issuesDavid Waring1-29/+53
2015-01-21gstpad: Inline apply_pad_offset()Edward Hervey1-23/+30
2015-01-21gstpad: Fix debug messageEdward Hervey1-1/+1
2015-01-21gstpad: Fix PROBE_NO_DATA macroEdward Hervey1-1/+2
2015-01-21clock: Improve slaving regression.Jan Schmidt4-128/+252
2015-01-21clock: Add gst_clock_add_observation_unapplied()Jan Schmidt2-2/+52
2015-01-21clock: Add gst_clock_adjust_with_calibration()Jan Schmidt2-21/+61
2015-01-20docs: fix typo in GstEvent docsThiago Santos1-1/+1
2015-01-16bin: Pass structs we plan to modify around by pointer, not valueSebastian Dröge1-6/+6
2015-01-14preset: fix incorrect preset version comparisonPhillip Wood1-1/+1
2015-01-11preset: fix sorting presetsStefan Sauer1-1/+7
2015-01-04preset: don't return empty preset listsStefan Sauer1-0/+6
2014-12-29docs: fix two gtk-doc warningsStefan Sauer1-2/+2
2014-12-27iterator: Fix outdated example code and accompanying documentationNirbheek Chauhan1-4/+6
2014-12-21debugutils: use a constant for the max param lengthStefan Sauer1-3/+6
2014-12-19gstinfo: Add new maximum level debuggingEdward Hervey1-4/+21
2014-12-18debugutils: Truncate parameter values that are too longArun Raghavan2-11/+37
2014-12-16structure/caps: Add gst_{structure,caps}_filter_and_map_in_place()Sebastian Dröge4-4/+149
2014-12-16caps: Add gst_caps_foreach() and gst_caps_map_in_place()Sebastian Dröge2-0/+132