summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2015-03-20segment: remove the bounds check from _to_running_time_full()Wim Taymans3-86/+46
2015-03-19segment: add option to disable clippingWim Taymans2-18/+28
2015-03-18gst: ref/unref new enum type in gst_init/deinit()Tim-Philipp Müller1-0/+2
2015-03-18segment: add helper to get negative running-timeWim Taymans2-48/+147
2015-03-18segment: fix offset handling with non 0 startWim Taymans1-1/+1
2015-03-17pluginloader: Fix indentionSebastian Dröge1-6/+6
2015-03-14element: properly escape percent sign in documentationRamiro Polla1-1/+1
2015-03-14buffer: Use the correct enum type to fix a compiler warningSebastian Dröge1-1/+1
2015-03-14allocation: Allow allocation pool without sizeNicolas Dufresne1-1/+0
2015-03-14bufferpool: Don't stop the pool in set_config()Nicolas Dufresne1-16/+6
2015-03-13gstbuffer: add gst_buffer_copy_deepThiago Santos2-5/+32
2015-03-13bus: Use g_list_free_full() instead of manually unreffing and freeingSebastian Dröge1-6/+2
2015-03-13bus: Fix another case where we hold the object lock while unreffing a messageSebastian Dröge1-1/+1
2015-03-13bus: Unreferencing messages outside the lockVivia Nikolaidou1-1/+8
2015-03-13utils: Add gst_bin_sync_children_states()Vivia Nikolaidou2-0/+54
2015-03-12printf: handle unsigned modifier for long longAurélien Zanelli1-0/+5
2015-03-12printf: add support for %I32Matej Knopp1-0/+4
2015-03-12info: move category level threshold check into log function dispatcherTim-Philipp Müller1-3/+4
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