summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-24docs: plugins: update for git masterTim-Philipp Müller14-26/+384
2018-09-22pkgconfig: generate sctp lib .pc file also with Meson buildTim-Philipp Müller2-3/+3
2018-09-22pkgconfig: sctp lib does not depend on external sctp libraryTim-Philipp Müller1-2/+0
2018-09-21libs: dist new sctp libTim-Philipp Müller1-1/+1
2018-09-21avwait: Send dropping=true message after all streams stoppedVivia Nikolaidou2-11/+77
2018-09-21gst-libs: Always build sctp mini-libraryEdward Hervey1-7/+3
2018-09-21glvideomixer: fix constant alpha enum value for constant alphaMatthew Waters1-1/+1
2018-09-21webrtcbin: add support for data channels based on SCTPMatthew Waters15-191/+3286
2018-09-21webrtcbin: functionify dependent element checksMatthew Waters1-39/+54
2018-09-21webrtc/stats: rename debug category not to be ice relatedMatthew Waters1-2/+2
2018-09-21sctp elements: avoid assertions on shutdownMathieu Duponchelle2-3/+6
2018-09-21sctp*meta: fix api define in gst_sctp_buffer_get_*_meta()Matthew Waters2-2/+2
2018-09-21sctpassociation: don't join a NULL threadMatthew Waters1-1/+2
2018-09-21sctpenc: don't require caps when requesting the padMatthew Waters1-4/+8
2018-09-21sctpenc: start pad task after the parent has activated padsMatthew Waters1-6/+17
2018-09-21Update sctp plugin for the current build systemMatthew Waters9-1/+103
2018-09-21Add new SCTP plugins (sctpenc/sctpdec)George Kiagiadakis19-3/+3158
2018-09-19webrtcice: do not run host resolution from applictation threadMathieu Duponchelle1-66/+92
2018-09-19webrtcbin: New add-turn-server APIMathieu Duponchelle3-55/+142
2018-09-19meson: add glib-checks option to disable API guards and suchTim-Philipp Müller2-0/+8
2018-09-19meson: fix missing closing bracket in option descriptionsTim-Philipp Müller1-2/+2
2018-09-19glvideomixer: Fix typo in property descriptionSebastian Dröge1-2/+2
2018-09-18ccextractor: Use gst_caps_new_simple() instead of gst_caps_from_string()Sebastian Dröge1-11/+8
2018-09-12decklinkvideosink: fix buildMatthew Waters1-3/+0
2018-09-12decklink: wait for stop with a timeoutMatthew Waters1-9/+17
2018-09-12decklink: start scheduled playback in pausedMatthew Waters3-160/+156
2018-09-12decklinkaudiosink: fix debug string copy-paste errorMatthew Waters1-1/+1
2018-09-10h265parse: Fix periodic SPS/PPS sending work after a seekSeungha Yang1-1/+5
2018-09-10h265parse: Add support insert parameter set per IDRSeungha Yang2-112/+132
2018-09-10h265parse: Don't discard first AU delimiterSeungha Yang1-0/+6
2018-09-10h265parse: Consider SEI NALU as "HEADER" packetsSeungha Yang1-0/+1
2018-09-10h265parse: Don't unref buffer that was unreffed just a few lines before alreadySeungha Yang1-1/+0
2018-09-10h265parse: Reset the parser information when caps changesSeungha Yang1-19/+36
2018-09-10h265parse: Fix collection of access units to preserve config headersSeungha Yang1-2/+9
2018-09-10h265parse: Improve conditions for skipping NAL unitsSeungha Yang1-14/+36
2018-09-10h265parse: Introduce new state tracking variablesSeungha Yang2-1/+33
2018-09-10h265parse: Fix and optimize NAL collection functionSeungha Yang1-3/+3
2018-09-10h265parse: Unref/replace force_key_unit_event in gst_h265_parse_resetSeungha Yang1-1/+1
2018-09-10h265parse: Copy over DISCONT flag from input buffersSeungha Yang2-0/+14
2018-09-10watchdog: Add missing static keywordNicolas Dufresne1-4/+2
2018-09-11wasapi: Remove code that sets thread priorityNirbheek Chauhan6-84/+4
2018-09-05meson: Don't pass GNU-like compiler wargs on MSVCNirbheek Chauhan1-3/+6
2018-09-05meson: Don't skip plugins that don't build with MSVCNirbheek Chauhan1-8/+2
2018-09-03timecodestamper: Fix typo in set_drop_frameVivia Nikolaidou1-1/+1
2018-09-03player: Set default position and duration value to GST_CLOCK_TIME_NONEPhilippe Normand1-2/+2
2018-09-01meson: Fix applemedia dependencies on iOSNirbheek Chauhan1-4/+2
2018-08-31meson: Maintain macOS ABI through dylib versioningNirbheek Chauhan15-1/+17
2018-08-31meson: add pkg-config file for the webrtc pluginMatthew Waters1-1/+2
2018-08-31androidmedia/meson: we also depend on gmodule and orcMatthew Waters1-1/+1
2018-08-31rtmpsink: Fix leak on connection failureSeungha Yang1-10/+20