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

bpd: Updated to GStreamer 1.0 #2062

Merged
merged 7 commits into from Jun 20, 2016
Merged

Conversation

philippbeckmann
Copy link
Contributor

Updated GStreamer from 0.10 to 1.0, as mentioned in #2057.

@@ -1167,7 +1167,7 @@ def start_bpd(self, lib, host, port, password, volume, debug):
server.run()
except NoGstreamerError:
global_log.error(u'Gstreamer Python bindings not found.')
global_log.error(u'Install "python-gst0.10", "py27-gst-python", '
global_log.error(u'Install "python-gst-1.0" '
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably recommend the generic pygobject package (i.e., python-gi or python2-gobject) instead of a special-purpose python-gstreamer library.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sampsyo
Copy link
Member

sampsyo commented Jun 20, 2016

This looks awesome; thank you! I've done a light code review with a few small suggestions.

It also occurs to me that we'll need to update the docs for the plugin (and add a changelog entry).

@philippbeckmann
Copy link
Contributor Author

@sampsyo Thanks for the review, i applied the recommendations and updated the docs. Please have a look at he changes 😄

@sampsyo sampsyo merged commit a48a4c9 into beetbox:master Jun 20, 2016
sampsyo added a commit that referenced this pull request Jun 20, 2016
sampsyo added a commit that referenced this pull request Jun 20, 2016
@sampsyo
Copy link
Member

sampsyo commented Jun 20, 2016

Yay! Thank you again for tackling this longstanding issue. 🚀 All merged up!

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.

None yet

2 participants