Haihao Xiang
|
5d891eb40c
|
msdkh264dec: report error to user
Sometimes user want to know what the error is when decoding a stream,
This commit adds a property of report-error to msdkh264dec. When
report-error is TRUE, msdkh264dec may catch bitstream error and frame
corruption, then report the error to application by using GST_ELEMENT_ERROR
Refer to the code in
https://github.com/Intel-Media-SDK/MediaSDK/tree/master/samples
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/909>
|
2021-04-28 08:30:38 +00:00 |
|
Olivier Crête
|
e17e88e033
|
msdkh264dec: Accept constrained-high and progressive-high profiles
They're just subsets of the high profile.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1634>
|
2020-11-18 15:46:52 -05:00 |
|
Tim-Philipp Müller
|
16426b3928
|
msdk: add Hardware tag to element metadata
|
2019-02-19 23:44:42 +00:00 |
|
Wangfei
|
409d4ff30e
|
msdkdec: move output-order out of decode bass class.
Since output-order is a deprecated attribute, move it out of decode
bass class and configure it in each sub decoder class who need it.
https://bugzilla.gnome.org/show_bug.cgi?id=796853
|
2018-11-23 12:26:40 +00:00 |
|
Sreerenj Balachandran
|
e40dc51fcd
|
msdk: dec: remove framerate field from sink caps template
Removes unessential field framerate for decoder so that negotiation
works even if framerate is not provided from upstream.
https://bugzilla.gnome.org/show_bug.cgi?id=789752
|
2018-03-29 13:06:41 -08:00 |
|
Scott D Phillips
|
83774c3eb9
|
msdk: Add H.264 decoder
The decoder only supports system memory output presently.
https://bugzilla.gnome.org/show_bug.cgi?id=774587
|
2016-12-12 23:16:11 +01:00 |
|