After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 680538 - Use gstreamer 1.0
Use gstreamer 1.0
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: User Accounts
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on: 680422
Blocks: 679412
 
 
Reported: 2012-07-24 16:28 UTC by Matthias Clasen
Modified: 2012-09-05 16:58 UTC
See Also:
GNOME target: 3.6
GNOME version: 3.5/3.6


Attachments
Use gstreamer 1.0 (1.26 KB, patch)
2012-07-24 16:29 UTC, Matthias Clasen
none Details | Review
user-accounts: Use GStreamer 1.0 (1.02 KB, patch)
2012-08-29 15:15 UTC, Bastien Nocera
committed Details | Review

Description Matthias Clasen 2012-07-24 16:28:55 UTC
See https://live.gnome.org/GnomeGoals/PortToGstreamer1
Comment 1 Matthias Clasen 2012-07-24 16:29:20 UTC
Created attachment 219591 [details] [review]
Use gstreamer 1.0

Just changing the versions in configure.ac seems to make cheese
build fine against gstreamer 1.0. The resulting binary starts fine,
but complains about

ERROR GST_PIPELINE ./grammar.y:661:priv_gst_parse_yyparse: no element "v4l2src"
ERROR GST_PIPELINE ./grammar.y:931:priv_gst_parse_launch: Unrecoverable syntax error while parsing pipeline v4l2src name=source device=/dev/video0 ! fakesink
Comment 2 Matthias Clasen 2012-07-24 16:29:52 UTC
This needs cheese to be ported as well
Comment 3 Tim-Philipp Müller 2012-08-08 18:35:40 UTC
Not sure what the warning is about, the syntax looks fine and hasn't changed, and the v4l2src element still exists under the same name in gst-plugins-good.
Comment 4 Bastien Nocera 2012-08-29 15:15:01 UTC
(In reply to comment #3)
> Not sure what the warning is about, the syntax looks fine and hasn't changed,
> and the v4l2src element still exists under the same name in gst-plugins-good.

A cheese ported to GStreamer 1.0 would have checked for the necessary plugins, this obviously didn't as Matthias is linking against a 0.10 cheese.
Comment 5 Bastien Nocera 2012-08-29 15:15:19 UTC
Created attachment 222796 [details] [review]
user-accounts: Use GStreamer 1.0

Just changing the versions in configure.ac seems to make cheese
build fine against gstreamer 1.0.
Comment 6 Matthias Clasen 2012-09-04 00:51:41 UTC
cheese port was done today
Comment 7 Bastien Nocera 2012-09-05 16:58:48 UTC
Attachment 222796 [details] pushed as eaacb99 - user-accounts: Use GStreamer 1.0