summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2015-12-14core: Add g_autoptr() support to all typesXavier Claessens20-0/+88
2015-12-08baseparse: post tag list when avg bitrate changes at least 2%Athanasios Oikonomou1-9/+12
2015-12-04helpers: really fix install raceRoss Burton1-10/+12
2015-12-02Drop usage of deprecated g-ir-scanner --strip-prefix flagReynaldo H. Verdejo Pinochet4-4/+8
2015-11-20controller: fix annotation to make g-ir-scanner happyTim-Philipp Müller1-1/+2
2015-11-19Revert "baseparse: do not overwrite header buffer timestamps"Thiago Santos1-8/+4
2015-11-19Revert "baseparse: simplify code a bit"Thiago Santos1-14/+12
2015-11-18ptp-helper: Disable multicast loopbackSebastian Dröge1-0/+2
2015-11-16baseparse: simplify code a bitThiago Santos1-12/+14
2015-11-14collectpads: handle buffer with dts-only when mapping to running timeThiago Santos1-35/+39
2015-11-14baseparse: do not overwrite header buffer timestampsThiago Santos1-4/+8
2015-11-13helpers: fix install raceRoss Burton1-1/+1
2015-11-09docs: remove dummy function declarations with G_INLINE_FUNCTION for gtk-docTim-Philipp Müller1-6/+0
2015-10-27netaddressmeta: gst_buffer_get_net_address_meta() as functionStian Selnes2-3/+17
2015-10-27collectpads: Use GST_BUFFER_DTS_OR_PTSEdward Hervey1-7/+2
2015-10-22basesink: rename argument of PREROLL_{COND,LOCK} macrosGuillaume Desmottes1-12/+12
2015-10-21Use new GST_ENABLE_EXTRA_CHECKS #defineSebastian Dröge1-1/+1
2015-10-12baseparse: Update internal position even if not linkedEdward Hervey1-2/+3
2015-10-07gst-ptp-helper: #include <sys/socket.h> to fix net/if.h include on OSX 10.6Sebastian Dröge1-0/+1
2015-10-02gstreamer: Fix memory leaks when context parse failsVineeth TM2-1/+17
2015-10-02timedvaluecontrolsource: Use g_sequence_lookup where possibleJan Alexander Steffens (heftig)1-33/+15
2015-10-01interpolationcontrolsource: fix write over the array sizeStefan Sauer1-1/+1
2015-09-30controlpoint: change the padding to be of arch-independent sizeStefan Sauer1-3/+3
2015-09-28check: fix 'format string is not a string literal' warning with clangTim-Philipp Müller1-1/+4
2015-09-28directcontrolbinding: fix formattingStefan Sauer1-1/+2
2015-09-28index: mark two structs that don't have abi paddingStefan Sauer1-0/+2
2015-09-28controller: add the missing abi paddingStefan Sauer1-2/+2
2015-09-27interpolationcontrolsource: add cubic_mono interpolationStefan Sauer3-4/+185
2015-09-27interpolationcontrolsource: refactor codeStefan Sauer1-100/+76
2015-09-26harness: minor doc fixesTim-Philipp Müller1-13/+13
2015-09-26segment: Replaced gst_segment_to_position with gst_segment_position_from_runn...Vivia Nikolaidou1-4/+12
2015-09-25ptpclock: Fix error leak during failuresVineeth TM1-0/+4
2015-09-24harness: don't crash when adding a sink-harness without h->sinkpadHavard Graff1-1/+1
2015-09-23basetransform: Print buffer PTS when submitting an input bufferSebastian Dröge1-5/+6
2015-09-15downloadbuffer, benchmarks: fix error leaks in failure code pathsVineeth TM1-0/+1
2015-09-15check: Fix indentationVineeth TM1-5/+4
2015-09-07harness: Fix race for gst_harness_element_refStian Selnes1-3/+14
2015-09-07harness: Allow-none for custom stress init funcStian Selnes1-2/+3
2015-08-31harness: misc bugfixesHavard Graff1-11/+15
2015-08-21basetransform: Reconfigure before propose_allocationNicolas Dufresne1-24/+37
2015-08-18baseparse: avoid tag list spam if upstream provides bitrate tags alreadyTim-Philipp Müller1-16/+51
2015-08-16baseparse: fix tag handlingTim-Philipp Müller1-93/+88
2015-08-16baseparse: add API for subclass to set tagsTim-Philipp Müller2-0/+56
2015-08-16baseparse: save upstream stream tagsTim-Philipp Müller1-10/+38
2015-08-15baseparse: minor code simplificationTim-Philipp Müller1-30/+19
2015-08-13basetransform: rework accept-capsThiago Santos1-24/+29
2015-08-13basetransform: remove some dead codeThiago Santos1-54/+22
2015-08-13basetransform: respect accept-caps intersect flagThiago Santos1-6/+16
2015-08-12basetransform: remove unreachable return statementVineeth TM1-2/+0
2015-08-09harness: add _set_forwarding functionHavard Graff3-3/+49