summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* dashsink: Add signals for allowing custom playlist/fragmentStéphane Cerveau2021-07-071-56/+200
* ccconverter: fix framerate caps negotiation from non-cdp to cdpMatthew Waters2021-07-021-2/+9
* webrtc receivebin: Drop serialized queries before receive queueOlivier Crête2021-06-291-1/+18
* webrtc receivebin: Only set queue to leaky when the pad is blockedOlivier Crête2021-06-292-7/+13
* webrtc receivebin: Don't unblock pad until sender is unblockedOlivier Crête2021-06-291-2/+27
* webrtcbin: Sync to the clock per stream and not per bundleSebastian Dröge2021-06-281-25/+41
* webrtc: Remove the webrtc-priv.h header from public headersOlivier Crête2021-06-283-0/+3
* webrtcbin: Set transceiver kind and codec preferences immediately when creati...Sebastian Dröge2021-06-252-22/+28
* webrtcbin: Store newly created transceivers when creating an answer also in t...Sebastian Dröge2021-06-251-2/+2
* webrtcbin: When creating a new transceiver as part of creating the answer als...Sebastian Dröge2021-06-251-13/+29
* webrtcbin: Fix a couple of caps leaks of the offer capsSebastian Dröge2021-06-251-0/+3
* webrtcbin: Stop transceivers update after first SDP error on data channelPhilippe Normand2021-06-251-0/+2
* webrtc lib: Make the datachannel struct privateOlivier Crête2021-06-211-0/+2
* webrtc lib: Make the icetransport struct privateOlivier Crête2021-06-211-0/+2
* webrtc lib: Make the rtpsender struct privateOlivier Crête2021-06-211-0/+2
* webrtc lib: Make the transceiver struct privateOlivier Crête2021-06-211-0/+1
* x265enc: add negative DTS supportMathieu Duponchelle2021-06-211-0/+4
* faad: fix typo in element documentationStéphane Cerveau2021-06-211-1/+1
* waylandsink: prevent frame callback being released twiceRandy Li (ayaka)2021-06-154-14/+18
* jpeg2000parse, openjpeg: add support for YCrCb 4:1:1 samplingStéphane Cerveau2021-06-141-0/+3
* wpe: Rename `undeserializable_type` to `not_deserializable_type`Thibault Saunier2021-06-081-4/+4
* wpe: Make forwarded messages layout more like GstBinForwaded messagesThibault Saunier2021-06-083-51/+61
* wpe: Make wpesrc!video pad an always padThibault Saunier2021-06-081-26/+20
* wpe: Remove unused env varThibault Saunier2021-06-081-4/+0
* wpe: Fix atomic usageThibault Saunier2021-06-081-2/+1
* wpe: Add a note able requiring tracing subsystem for message forwardingThibault Saunier2021-06-081-0/+2
* wpe: Fix check on whether MEMFD_CREATE is availableThibault Saunier2021-06-081-1/+2
* wpe: Plug a leakThibault Saunier2021-06-082-3/+7
* Revert "wpe: Properly respect LIBGL_ALWAYS_SOFTWARE"Thibault Saunier2021-06-081-15/+13
* waylandsink: Fix for missing initial configureNicolas Dufresne2021-06-021-1/+1
* webrtcbin: Stop transceivers update after first SDP errorPhilippe Normand2021-05-301-0/+2
* hlssink2: Initialize debug category to prevent an assert with `fatal-warnings`Roman Sivriver2021-05-281-1/+4
* Use gst_buffer_new_memdup()Tim-Philipp Müller2021-05-247-8/+10
* wpe: Bump wpebackend-fdo version requirement to 1.8Philippe Normand2021-05-235-83/+4
* Use new gst_buffer_new_copy()Tim-Philipp Müller2021-05-237-23/+14
* wpe: Bump WPE dependency to 2.28Thibault Saunier2021-05-192-2/+2
* wpe: Update doc cacheThibault Saunier2021-05-192-55/+51
* wpe: Properly respect LIBGL_ALWAYS_SOFTWAREThibault Saunier2021-05-191-13/+15
* wpe: Relay messages from WPE internal pipelinesThibault Saunier2021-05-196-2/+284
* wpe: Base wpe audio implementation on a web extensionThibault Saunier2021-05-1912-100/+577
* wpe: Enable WebAudioPhilippe Normand2021-05-191-0/+3
* wpe: Implement audio supportPhilippe Normand2021-05-198-30/+384
* wpe: Move wpesrc to wpevideosrc and add a wrapper bin `wpesrc`Thibault Saunier2021-05-198-161/+402
* sctp: Ensure pad is still a child of element before removalDoug Nazar2021-05-191-1/+4
* sctp: Fix race of pad removal during reset/stopDoug Nazar2021-05-191-1/+4
* webrtcbin: Fix race bringing up sctp data channelDoug Nazar2021-05-191-1/+2
* webrtcbin: advertise harder the rtcp-mux-only requirementMatthew Waters2021-05-192-0/+9
* webrtcbin: update default jb latency docsSid Sethupathi2021-05-191-1/+5
* dtls: Let sender know when we are flushingDoug Nazar2021-05-191-0/+5
* dtls: Add ability to set custom GstFlowReturn on callback errorDoug Nazar2021-05-192-3/+25