mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
jpeg2000parse: set parsed to TRUE in src caps
This commit is contained in:
parent
453a65b8e9
commit
2b6b1a2b04
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ gst_jpeg2000_parse_handle_frame (GstBaseParse * parse,
|
|||
"colorspace", G_TYPE_STRING,
|
||||
gst_jpeg2000_colorspace_to_string (colorspace), "sampling",
|
||||
G_TYPE_STRING, gst_jpeg2000_sampling_to_string (source_sampling),
|
||||
"profile", G_TYPE_UINT, profile, NULL);
|
||||
"profile", G_TYPE_UINT, profile, "parsed", G_TYPE_BOOLEAN, TRUE, NULL);
|
||||
|
||||
if (gst_jpeg2000_parse_is_broadcast (capabilities)
|
||||
|| gst_jpeg2000_parse_is_imf (capabilities)) {
|
||||
|
|
Loading…
Reference in a new issue