summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-14po: update for new translatable stringsTim-Philipp Müller39-123/+509
2016-11-14docs: remove FAQ which was moved into gst-docs moduleTim-Philipp Müller19-1620/+11
2016-11-12gst-uninstalled: add GIO_EXTRA_MODULESNicola Murino1-0/+1
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üller4-1/+155
2016-11-12taglist: remove `return void` in gst_tag_registerScott D Phillips1-1/+1
2016-11-11tests: add unit test for gst_adapter_prev_pts_at_offset()Nicolas Huet1-0/+129
2016-11-11adapter: fix distance when getting prev pts/dts at offsetNicolas Huet1-4/+8
2016-11-11meson: don't add_global_arguments when being built as a subprojectScott D Phillips1-1/+1
2016-11-11basetransform: fix pool leak when early returning in decide_allocationGuillaume Desmottes1-0/+3
2016-11-11info: add GstStream and GstStreamCollection support to gst_debug_print_object()Guillaume Desmottes1-0/+64
2016-11-11basesrc: Support PROTECTION event from applicationSeungha Yang1-1/+2
2016-11-11meson: tools: generate the targets dynamicallyAntonio Ospite1-21/+12
2016-11-11tools: don't mention gst-feedback in man pagesAntonio Ospite2-2/+0
2016-11-11tools: put the examples descriptions before the commands in man pageAntonio Ospite1-57/+55
2016-11-11tools: don't start lines with single quotes in man pageAntonio Ospite1-2/+2
2016-11-11tools: escape dashes in the man pagesAntonio Ospite3-15/+15
2016-11-11meson: Fir dependencies of gstnet-1.0Nirbheek Chauhan1-2/+2
2016-11-11meson: Add GstBase-1.0.gir to gst_base_depNirbheek Chauhan1-3/+6
2016-11-10baseparse: add since marker for new API to docs and fix win32 .def fileTim-Philipp Müller2-2/+6
2016-11-10baseparse: expose gst_base_parse_drainVincent Penquerc'h4-3/+5
2016-11-09meson: Advertise dependency on gst_dep generating girsThibault Saunier3-3/+3
2016-11-09tests: Fix compile warning on mingw64Victor Toso1-0/+4
2016-11-09funnel: Make sure to only lock the stream lock onceSebastian Dröge1-2/+4
2016-11-09pool: Fix compiler warning on mingw64Victor Toso1-1/+3
2016-11-04win32: update .def for new APITim-Philipp Müller1-0/+1
2016-11-04meson: Unset the plugin paths to generate the .gir filesThibault Saunier1-1/+5
2016-11-04debug: Remove the Gst only based stack trace printing implementationThibault Saunier1-69/+9
2016-11-04tracers: leaks: Use the new gst_debug_get_stack_traceThibault Saunier3-91/+4
2016-11-04gst: Use libunwind/libdw to generate backtraces if avalaibleThibault Saunier9-26/+223
2016-11-04tools: gst-launch: fix minor memory leak when failing to parse optionsAntonio Ospite1-1/+1
2016-11-03basesink: Make sure we never drop the preroll bufferNicolas Dufresne1-3/+3
2016-11-03basesink: Don't nest prepare/render callsNicolas Dufresne1-0/+11
2016-11-02basesink: fix typo in documentationLuis de Bethencourt1-1/+1
2016-11-02basesink: Fix gst_base_sink_set_drop_out_of_segment() documentationSebastian Dröge2-6/+5
2016-11-02clock_gettime.c: Use __APPLE__ instead of __MACH__Nirbheek Chauhan1-2/+2
2016-11-02build: Fix AM_CONDITIONAL check for clock_gettimeNirbheek Chauhan1-1/+1
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-02Revert "baseparse: fix draining with less data than min frame size available"Sebastian Dröge1-11/+3
2016-11-02parse-launch: Support linking all pads with new operatorJan Schmidt5-32/+79
2016-11-02Add new basesink API to exports and Since markersJan Schmidt2-0/+6
2016-11-02dynamic types: Implement dynamic types in the registryJan Schmidt12-5/+292
2016-11-02fakesink: Add property to not drop out-of-segment buffersJan Schmidt3-6/+84
2016-11-01value: Update GstValue table size for GValueArraySebastian Dröge1-2/+3
2016-11-01funnel: Always push all sticky events whenever we forward a serialized eventSebastian Dröge1-2/+6
2016-11-01tee: Set GST_PAD_FLAG_PROXY_CAPS before forwarding sticky eventsSebastian Dröge1-1/+1
2016-11-01baseparse: fix draining with less data than min frame size availableTim-Philipp Müller1-3/+11
2016-11-01info: Replace %p and %r in GST_DEBUG_FILEStian Selnes1-1/+30