mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
rtp: add H265 to lookup for media info
This commit is contained in:
parent
3f3719da41
commit
2e5f5e67ce
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ static const GstRTPPayloadInfo info[] = {
|
|||
{G_MAXUINT8, "application", "MPEG4-GENERIC", 0, NULL, 0},
|
||||
|
||||
{G_MAXUINT8, "video", "H264", 90000, NULL, 0},
|
||||
{G_MAXUINT8, "video", "H265", 90000, NULL, 0},
|
||||
{G_MAXUINT8, "video", "MPEG4-GENERIC", 90000, NULL, 0},
|
||||
{G_MAXUINT8, "video", "THEORA", 0, NULL, 0},
|
||||
{G_MAXUINT8, "video", "VORBIS", 0, NULL, 0},
|
||||
|
|
Loading…
Reference in a new issue