Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gst-libav
Commits
3d92b575
Commit
3d92b575
authored
Sep 18, 2021
by
Sebastian Dröge
🍵
Committed by
Tim-Philipp Müller
Oct 29, 2021
Browse files
avcodecmap: Add support for GBRA_10LE/BE
Part-of: <
!143
>
parent
25ba730a
Pipeline
#435394
waiting for manual action with stages
in 3 minutes and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/gst_plugins_cache.json
View file @
3d92b575
This source diff could not be displayed because it is too large. You can
view the blob
instead.
ext/libav/gstavcodecmap.c
View file @
3d92b575
...
...
@@ -2858,6 +2858,8 @@ static const PixToFmt pixtofmttable[] = {
{
GST_VIDEO_FORMAT_GBRA
,
AV_PIX_FMT_GBRAP
},
{
GST_VIDEO_FORMAT_GBR_10LE
,
AV_PIX_FMT_GBRP10LE
},
{
GST_VIDEO_FORMAT_GBR_10BE
,
AV_PIX_FMT_GBRP10BE
},
{
GST_VIDEO_FORMAT_GBRA_10LE
,
AV_PIX_FMT_GBRAP10LE
},
{
GST_VIDEO_FORMAT_GBRA_10BE
,
AV_PIX_FMT_GBRAP10BE
},
{
GST_VIDEO_FORMAT_GBR_12LE
,
AV_PIX_FMT_GBRP12LE
},
{
GST_VIDEO_FORMAT_GBR_12BE
,
AV_PIX_FMT_GBRP12BE
},
{
GST_VIDEO_FORMAT_GBRA_12LE
,
AV_PIX_FMT_GBRAP12LE
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment