Commits on Source (22)
-
Guillaume Desmottes authored
This meta can be used by a RTP payloader to send the level information to the peer. Part of gst-plugins-base#446 Part-of: <!630>
-
Guillaume Desmottes authored
Header Extension for Client-to-Mixer Audio Level Indication as defined in RFC 6464. Part-of: <!630>
-
Xabier Rodríguez Calvar authored
Part-of: <!865>
-
Resolution change stream transcoding will drain before send new video frame buffer. Need encode video frame after process EOS. Part-of: <!868>
-
Kevin Song authored
Part-of: <!868>
-
Kevin Song authored
Part-of: <!868>
-
Olivier Crête authored
Part-of: <!869>
-
Part-of: <!832>
-
When the audio has more than 2 channels, add optional fields to output caps from which webrtcbin can generate SDP in the syntax recognized by "multiopus" codec present in libwebrtc [1]. e.g. for 5.1 audio: a=rtpmap:96 multiopus/48000/6 a=fmtp:96 num_streams=4;coupled_streams=2;channel_mapping=0,4,1,2,3,5 [1] https://webrtc-review.googlesource.com/c/src/+/129768 Part-of: <!832>
-
Part-of: <!832>
-
Part-of: <!832>
-
Part-of: <!832>
-
Part-of: <!832>
-
wavenc: Fixed INFO chunk corruption, caused by odd sized data not being padded. Code style was updated. Part-of: <!873>
-
Mathieu Duponchelle authored
Part-of: <!878>
-
Similar to rtpvp8depay, when packet loss occurs, the depayloader starts waiting for a keyframe. We try to only stop waiting when all the packets for the new keyframe have been received, by only resetting waiting_for_keyframe when encountering the first packet of a keyframe, this is slightly fragile because there is no bit that explicitly marks the start of an access unit, so we rely on the existing picture_start detection code. As a consequence, the property is only meaningful when outputting access units, and is ignored when outputting NALs directly. Part-of: <!834>
-
When set, the depayloader will request new keyframes on packet loss Part-of: <!834>
-
When set, the depayloader will request new keyframes on packet loss Part-of: <!834>
-
Part-of: <!834>
-
Guillaume Desmottes authored
No semantic change. Part-of: <!879>
-
Guillaume Desmottes authored
wavparse claims to be able to support seeking in the READY state by saving the pending seek event and actually seeking later after having parsed the header. Problem was that this seek event was reset on the READY to PAUSED transition, making all this code useless. Fixing it by stop resetting on READY to PAUSED transition as we already reset on PAUSED to READY and when initiating the element. Note that DTS marker detection isn't support in such scenario as gst_type_find_helper_for_buffer() needs a buffer containing the beginning of the stream. Part-of: <!879>
-
Considering NV12 an 'odd' format is a historical artifact. This format is now quite common, and usually preferable to I420 due to more memory friendly access patterns. Part-of: <!857>
Showing
- docs/gst_plugins_cache.json 85 additions, 6 deletionsdocs/gst_plugins_cache.json
- gst/effectv/LICENSE 0 additions, 14 deletionsgst/effectv/LICENSE
- gst/isomp4/fourcc.h 1 addition, 0 deletionsgst/isomp4/fourcc.h
- gst/isomp4/qtdemux.c 110 additions, 30 deletionsgst/isomp4/qtdemux.c
- gst/level/gstlevel.c 46 additions, 1 deletiongst/level/gstlevel.c
- gst/level/gstlevel.h 1 addition, 0 deletionsgst/level/gstlevel.h
- gst/rtp/gstrtph264depay.c 128 additions, 24 deletionsgst/rtp/gstrtph264depay.c
- gst/rtp/gstrtph264depay.h 4 additions, 0 deletionsgst/rtp/gstrtph264depay.h
- gst/rtp/gstrtpopusdepay.c 113 additions, 13 deletionsgst/rtp/gstrtpopusdepay.c
- gst/rtp/gstrtpopuspay.c 92 additions, 32 deletionsgst/rtp/gstrtpopuspay.c
- gst/rtp/gstrtpvp8depay.c 28 additions, 1 deletiongst/rtp/gstrtpvp8depay.c
- gst/rtp/gstrtpvp8depay.h 1 addition, 0 deletionsgst/rtp/gstrtpvp8depay.h
- gst/rtpmanager/gstrtphdrext-rfc6464.c 324 additions, 0 deletionsgst/rtpmanager/gstrtphdrext-rfc6464.c
- gst/rtpmanager/gstrtphdrext-rfc6464.h 30 additions, 0 deletionsgst/rtpmanager/gstrtphdrext-rfc6464.h
- gst/rtpmanager/gstrtpmanager.c 5 additions, 0 deletionsgst/rtpmanager/gstrtpmanager.c
- gst/rtpmanager/meson.build 2 additions, 1 deletiongst/rtpmanager/meson.build
- gst/videomixer/videomixer2.c 5 additions, 1 deletiongst/videomixer/videomixer2.c
- gst/wavenc/gstwavenc.c 9 additions, 2 deletionsgst/wavenc/gstwavenc.c
- gst/wavparse/gstwavparse.c 2 additions, 2 deletionsgst/wavparse/gstwavparse.c
- sys/v4l2/gstv4l2object.c 4 additions, 2 deletionssys/v4l2/gstv4l2object.c
gst/effectv/LICENSE
deleted
100644 → 0
gst/rtpmanager/gstrtphdrext-rfc6464.c
0 → 100644
gst/rtpmanager/gstrtphdrext-rfc6464.h
0 → 100644