intel / dleyna-control

dLeyna-control is a Digital Media Player written in python to demonstrate how to use the dleyna DMS APIs. It detects Digital Media Servers on the local area network and allows users to browse, search and play their contents.
https://01.org/dleyna/
GNU Lesser General Public License v2.1
8 stars 12 forks source link

Gtk 3, GStreamer 1.0 #30

Closed jku closed 11 years ago

jku commented 11 years ago

This branch includes

Feel free to only pick the first one if that seems better.

The new dependencies would be:

The only legacy component left would be dbus, and that seems to still work ok for us: Moving to GDBus might make sense but does not need to be done in the same commit.

markdryan commented 11 years ago

Great. And apologies, I misread the original commit message which is why I was unable to reproduce the problem or understand the patch. Thanks for the clarification.

markdryan commented 11 years ago

Should I push the first commit? This is working fine for me.

markdryan commented 11 years ago

I pushed the first commit. dLeyna-control is now GTK 3.0 and GStreamer 1.0 based.

jku commented 11 years ago

Thanks, I'll close this issue: it seems my rebasing made some of the code comments disappear so we could as well handle the async loading in issue #12: at least the title is correct there.