Skip to content

OCP-7966 - Use parsebin with GST_PLUGIN_FEATURE_RANK=decoder:MAX#383

Open
rsanchez87 wants to merge 1 commit into
masterfrom
OCP-7966
Open

OCP-7966 - Use parsebin with GST_PLUGIN_FEATURE_RANK=decoder:MAX#383
rsanchez87 wants to merge 1 commit into
masterfrom
OCP-7966

Conversation

@rsanchez87

Copy link
Copy Markdown
Contributor

Set GST_PLUGIN_FEATURE_RANK so parsebin always picks the right decoder, and revert parser workarounds from #312 and #326

@rsanchez87

Copy link
Copy Markdown
Contributor Author

Before:

# VVdeC H.266 — forced h266parse to bypass parsebin
gst-launch-1.0 filesrc location=input.bin ! h266parse ! vvdec ! ...

After:

# H.266 VVdeC
GST_PLUGIN_FEATURE_RANK=vvdec:MAX gst-launch-1.0 \
  filesrc location=input.bin ! parsebin ! vvdec ! ...

@rsanchez87
rsanchez87 marked this pull request as ready for review July 15, 2026 14:20
Set GST_PLUGIN_FEATURE_RANK so parsebin always picks the right
decoder, and revert parser workarounds from #312 and #326
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants