mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
tsdemux: add video/x-h265 to template caps
This commit is contained in:
parent
6de7f0c0fa
commit
5ec337f8ae
1 changed files with 2 additions and 0 deletions
|
@ -209,6 +209,8 @@ struct _TSDemuxStream
|
||||||
"systemstream = (boolean) FALSE; " \
|
"systemstream = (boolean) FALSE; " \
|
||||||
"video/x-h264,stream-format=(string)byte-stream," \
|
"video/x-h264,stream-format=(string)byte-stream," \
|
||||||
"alignment=(string)nal;" \
|
"alignment=(string)nal;" \
|
||||||
|
"video/x-h265,stream-format=(string)byte-stream," \
|
||||||
|
"alignment=(string)nal;" \
|
||||||
"video/x-dirac;" \
|
"video/x-dirac;" \
|
||||||
"video/x-cavs;" \
|
"video/x-cavs;" \
|
||||||
"video/x-wmv," \
|
"video/x-wmv," \
|
||||||
|
|
Loading…
Reference in a new issue