Switch to custom GstPipeline #103

Closed
opened 2017-03-28 08:26:56 -04:00 by anna · 1 comment
Owner

This API seems to do everything that we need in the audio layer. Let's look at switching over to see if it really does help simplify the code.

https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-libs/html/player.html

This API seems to do everything that we need in the audio layer. Let's look at switching over to see if it really does help simplify the code. https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-libs/html/player.html
anna added the
enhancement
label 2017-03-28 09:01:55 -04:00
anna added this to the 6.5.7 milestone 2017-03-28 09:02:55 -04:00
Author
Owner

I played around with this a bit. The player api increases our memory usage and makes some of the code more complicated. Implementing a custom GStreamer pipeline might be a better approach, and give us more control over playback.

I played around with this a bit. The player api increases our memory usage and makes some of the code more complicated. Implementing a custom GStreamer pipeline might be a better approach, and give us more control over playback.
anna changed title from Switch to GstPlayer api to Switch to custom GstPipeline 2017-04-06 17:00:30 -04:00
anna closed this issue 2017-09-05 15:01:54 -04:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: anna/ocarina#103
No description provided.