mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
9ac502c21d
The ["level-asymmetry-allowed"] field states that the peer wants the profile specified in the "profile-level-id" fields but doesn't care about the level. To express this in GStreamer caps term, we add a "profile" field in the caps, which reuses the usual "profile" semantics for H.264 streams and, and remove "profile-level-id" and "level-asymmetry-allowed" fields. ["level-asymmetry-allowed"]: https://www.iana.org/assignments/media-types/video/H264 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1410>
13 lines
215 B
Meson
13 lines
215 B
Meson
subdir('tag')
|
|
subdir('fft')
|
|
subdir('video')
|
|
subdir('audio')
|
|
subdir('rtp')
|
|
subdir('pbutils')
|
|
subdir('sdp')
|
|
subdir('rtsp')
|
|
subdir('riff')
|
|
subdir('app')
|
|
subdir('allocators')
|
|
# FIXME: gl deps are automagic
|
|
subdir('gl')
|