summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-08meson: use new 'python' module instead of deprecated 'python3' oneHEADmasterTim-Philipp Müller1-1/+1
2018-10-09webrtc/datachannel: fix support for prenegotiated channelsMatthew Waters2-4/+108
2018-10-08webrtc: start in the closed stateMatthew Waters2-12/+116
2018-10-08webrtcbin: start and stop thread when changing stateAleix Conchillo Flaqué1-4/+4
2018-10-05glvideomixer: fix the default blend modes for unpremultipled alphaMatthew Waters1-1/+1
2018-10-04avwait: Fix sending of dropping=true messagesVivia Nikolaidou1-0/+6
2018-10-04tests/webrtcbin: add a couple more dependant element checksMatthew Waters1-9/+33
2018-10-04glmixerbin: add gloverlaycompositor to each input streamMatthew Waters1-1/+14
2018-10-03glstereomix: Fix build after deprecating misnamed GST_TYPE_GL_STEREO_DOWNMIX_...Sebastian Dröge1-1/+1
2018-10-02msdk: Fix building on MSVCSeungha Yang4-1/+9
2018-10-02msdk: Fix meson buildSeungha Yang1-1/+1
2018-09-27mpegtsmux: add custom AC-3 descriptorMathieu Duponchelle1-0/+4
2018-09-26webrtcdatachannel: take ref of data so it doesn't disappearMatthew Waters1-1/+1
2018-09-24glmixerbin: "latency" property on aggregator is uint64, not int64Sebastian Dröge1-3/+2
2018-09-24player: fix deprecated api declarationTim-Philipp Müller2-5/+11
2018-09-24libs: fix API export/import and 'inconsistent linkage' on MSVCTim-Philipp Müller67-36/+186
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