Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new GStreamer elements #2127

Open
kingosticks opened this issue Oct 18, 2023 · 5 comments
Open

Use new GStreamer elements #2127

kingosticks opened this issue Oct 18, 2023 · 5 comments
Labels
A-audio Area: Audio layer
Milestone

Comments

@kingosticks
Copy link
Member

From https://gstreamer.freedesktop.org/releases/1.22/

Playbin3, Decodebin3, UriDecodebin3, Parsebin improvements

The "new" playback elements introduced in 1.18 (playbin3 and its various components) have been refactored to allow more use-cases and improve performance. They are no longer considered experimental, so applications using the legacy playback elements (playbin and (uri)decodebin) can migrate to the new components to benefit from these improvements.

Given v1.22 will soon be our min requirement, we can look at moving to these new elements.

@kingosticks kingosticks added the A-audio Area: Audio layer label Oct 18, 2023
@kingosticks kingosticks added this to the Next breaking release milestone Oct 18, 2023
@kingosticks kingosticks changed the title Support new GStreamer elements Use new GStreamer elements Oct 18, 2023
@rishirishhh
Copy link

Can you assign this to me

@kingosticks
Copy link
Member Author

Sure. Just to be clear, we need this all to work at least as well as our current setup for all our use cases. This includes local scanning, responsive seeking, metadata, gapless, and buffering. Also note we no longer need appsrc support, as per #2120

@kingosticks
Copy link
Member Author

kingosticks commented Feb 26, 2024

@jodal
Copy link
Member

jodal commented Feb 26, 2024

Looks interesting, especially with the gapless improvements. But, I dread the work of verifying that everything still works as expected.

The rewrite of uriplaylistbin is about to be merged, so not something we can easily benefit from in a while.

@kingosticks
Copy link
Member Author

kingosticks commented Feb 26, 2024

Looks interesting, especially with the gapless improvements. But, I dread the work of verifying that everything still works as expected.

My thoughts exactly.

Gstreamer development seems to move fast and sometimes be broken. Which is ok, unless you are targeting a stable release... I'd be a bit worried about what might still be lurking in newer parts of 1.22 that'll find its way into Ubuntu LTS soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-audio Area: Audio layer
Projects
None yet
Development

No branches or pull requests

3 participants