summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2016-12-08tracer: move the PAD_LINK tracer hook to _pad_link_full()Stefan Sauer1-7/+4
2016-12-07gstconfig: Fix unaligned access support for arc and nios2 architecturesPeter Seiderer1-1/+1
2016-12-06uri: Add new uri API to get media fragments URI as tableSeungha Yang2-0/+32
2016-12-06info: Properly start and end dwfl sessions when getting stack tracesThibault Saunier1-21/+28
2016-12-05gstconfig: Fix unaligned access support for microblaze and xtensa architecturesPeter Seiderer1-1/+1
2016-12-05meta: remove unnecessary padding for GstMetaInfo structTim-Philipp Müller1-2/+3
2016-12-01bin: Make sure to resync iterators and handle RESYNC at all in gst_iterator_f...Sebastian Dröge1-2/+8
2016-11-29clock: Fix offsetting of times_temp relative to the times arraySebastian Dröge1-4/+2
2016-11-28meson: Add Autotools changes that weren't mirroredNirbheek Chauhan1-1/+0
2016-11-28gstutils: Fix a pad leakEdward Hervey1-3/+4
2016-11-28utils: Export linear regression calculation as public functionSebastian Dröge6-252/+279
2016-11-28message: Ensure that the "debug" field of error/warning/info messages is vali...Sebastian Dröge1-0/+18
2016-11-23element: Don't increment NULL pointersSebastian Dröge1-2/+5
2016-11-21memory: log with GST_INFO instead GST_ERROR when subclass map failed.Julien Isorce1-2/+3
2016-11-16docs: misc fixesTim-Philipp Müller3-10/+15
2016-11-16utils: use temp var in fallback GST_WRITE_*() macrosTim-Philipp Müller1-40/+48
2016-11-15Cast away const from GstMetaInfo in *_get_meta_info() functionsScott D Phillips2-4/+5
2016-11-14meson: require meson 0.36 and use new `pic` arg on static libsThibault Saunier1-1/+2
2016-11-14Change some types to match their prototypesScott D Phillips2-2/+2
2016-11-12utils: faster GST_WRITE_* macros if unaligned access is possibleTim-Philipp Müller1-20/+71
2016-11-12parse: better error message when linking two elements with capsfilter failsTim-Philipp Müller1-3/+68
2016-11-12Add gst_print(), gst_println(), gst_printerr(), gst_printerrln()Tim-Philipp Müller2-1/+147
2016-11-12taglist: remove `return void` in gst_tag_registerScott D Phillips1-1/+1
2016-11-11info: add GstStream and GstStreamCollection support to gst_debug_print_object()Guillaume Desmottes1-0/+64
2016-11-09pool: Fix compiler warning on mingw64Victor Toso1-1/+3
2016-11-04debug: Remove the Gst only based stack trace printing implementationThibault Saunier1-69/+9
2016-11-04gst: Use libunwind/libdw to generate backtraces if avalaibleThibault Saunier4-13/+188
2016-11-02gst: Also include the gstdynamictypefactory.c source file in the buildSebastian Dröge1-0/+1
2016-11-02gst: Install gstdynamictypefactory.h header fileSebastian Dröge2-0/+2
2016-11-02parse-launch: Support linking all pads with new operatorJan Schmidt3-32/+70
2016-11-02dynamic types: Implement dynamic types in the registryJan Schmidt11-5/+289
2016-11-01value: Update GstValue table size for GValueArraySebastian Dröge1-2/+3
2016-11-01info: Replace %p and %r in GST_DEBUG_FILEStian Selnes1-1/+30
2016-11-01registry: set env GST_REGISTRY_DISABLE=yes to disable registryStian Selnes2-8/+27
2016-11-01gstvalue: Make GValueArray serializableStian Selnes1-0/+112
2016-11-01element: Allow multiple conversion specifiers for request padsWonchul Lee2-96/+156
2016-11-01pad: add no-reconfigure link checkThiago Santos2-1/+9
2016-10-24allocator: Mark registered allocator for leakNicolas Dufresne1-0/+2
2016-10-24gstmessage.h: Avoid gcc bit shift overflow compiler warningAndrew Eikum1-1/+1
2016-10-23parse: fix erroneous use of _("")Tim-Philipp Müller1-2/+2
2016-10-20Revert "meson: Use the new `pic` argument on static libs"Thibault Saunier1-2/+1
2016-10-20meson: Use the new `pic` argument on static libsThibault Saunier1-1/+2
2016-10-19element: use g_strcmp0 in set_contextMatthew Waters1-1/+1
2016-10-19element: check for invalid gstcontext's being provided to set_contextMatthew Waters1-1/+5
2016-10-13controlbinding: Store object in a thread-safe GWeakRefSebastian Dröge2-16/+50
2016-10-13controlsource: Remove misleading sentence from the documentationSebastian Dröge1-1/+1
2016-10-13object: Fix broken sentence structure in docsSebastian Dröge1-1/+1
2016-10-13streams: Extend GstStreamType documentationEdward Hervey1-0/+4
2016-10-11bin: Add a new GST_BIN_FLAG_STREAMS_AWARE flagEdward Hervey1-0/+4
2016-10-08bin: Fix iterator resync'ingEdward Hervey1-2/+5