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

cutegram "qtmultimedia fails with gstreamer" in depend ebuild solved. #313

Closed
Techwolf opened this issue Aug 9, 2015 · 2 comments
Closed

Comments

@Techwolf
Copy link

Techwolf commented Aug 9, 2015

Thanks to google, found this web page: GoldenCheetah/GoldenCheetah#942

Bascially what is causing the gstreamer issue is webkit built with gstreamer 1.0 and qtmultimedia with 0.10.

Recommenced fix is change dev-qt/qtmultimedia:5[qml,-gstreamer] in libqtelegram-ae-0.5.0.ebuild to dev-qt/qtmultimedia:5[qml]

And change dev-qt/qtwebkit:5 in cutegram-2.5.0.ebuild to dev-qt/qtwebkit:5[-gstreamer]

This will forced qtwebkit to be either build with use flag gstreamer010 or use flag multimedia that pulls in qumultimedia that will be built with gstreamer 0.10.

This will fix the cutegram hanging after entering phone number with this error in console: "(cutegram:3342): GStreamer-CRITICAL **: gst_element_class_set_details_simple: assertion 'GST_IS_ELEMENT_CLASS (klass)' failed"

@microcai
Copy link
Owner

we need to wait until qt-5.5 hit the tree. then qtmultimedia can be built with gstreamer 1.0

@liangyongxiang
Copy link
Collaborator

Close old issue

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

No branches or pull requests

3 participants