Bug 124891 - update-webkitefl-libs fails on gst-plugins-good with V4L2_CID_HCENTER_DEPRECATED undeclared error
Summary: update-webkitefl-libs fails on gst-plugins-good with V4L2_CID_HCENTER_DEPRECA...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-26 08:20 PST by Berta József
Modified: 2013-12-04 08:40 PST (History)
5 users (show)

See Also:


Attachments
This patch fixes the update-webkitefl-libs failiure (2.69 KB, patch)
2013-11-26 08:23 PST, Berta József
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Berta József 2013-11-26 08:20:04 PST
On Ubuntu 13.10 after installing dependencies the update-webkitefl-libs fails with "V4L2_CID_HCENTER_DEPRECATED undeclared" and "V4L2_CID_VCENTER_DEPRECATED undeclared" errors.
Comment 1 Berta József 2013-11-26 08:23:08 PST
Created attachment 217879 [details]
This patch fixes the update-webkitefl-libs failiure
Comment 2 Sergio Correia (qrwteyrutiyoup) 2013-11-26 08:32:49 PST
Given gstreamer < 1.0.10 doesn't build with bison3, and this another problem with gst-plugins-good, it might be a better idea to just bump gstreamer to 1.2.x, like gtk did in r159330.
Comment 3 Gyuyoung Kim 2013-11-28 15:40:27 PST
(In reply to comment #2)
> Given gstreamer < 1.0.10 doesn't build with bison3, and this another problem with gst-plugins-good, it might be a better idea to just bump gstreamer to 1.2.x, like gtk did in r159330.

Any reply about this comment ?
Comment 4 Csaba Osztrogonác 2013-12-02 04:14:19 PST
(In reply to comment #2)
> Given gstreamer < 1.0.10 doesn't build with bison3, and this another problem with gst-plugins-good, it might be a better idea to just bump gstreamer to 1.2.x, like gtk did in r159330.

I think this answer should be answered by the EFL port maintainer if they want
bump to a newer gstreamer or not. Until there isn't any decision about updating
the gstreamer version, this bug and fix is still valid.

Is there any objection against this fix?
Comment 5 Gyuyoung Kim 2013-12-03 03:44:19 PST
(In reply to comment #4)
> (In reply to comment #2)
> > Given gstreamer < 1.0.10 doesn't build with bison3, and this another problem with gst-plugins-good, it might be a better idea to just bump gstreamer to 1.2.x, like gtk did in r159330.
> 
> I think this answer should be answered by the EFL port maintainer if they want
> bump to a newer gstreamer or not. Until there isn't any decision about updating
> the gstreamer version, this bug and fix is still valid.
> 
> Is there any objection against this fix?

I don't mind to bump gstreamer version. Besides gtk port already has used higher version, I think there is no reason EFL port doesn't use it.
Comment 6 Ryuan Choi 2013-12-03 03:45:44 PST
(In reply to comment #5)
> (In reply to comment #4)
> > (In reply to comment #2)
> > > Given gstreamer < 1.0.10 doesn't build with bison3, and this another problem with gst-plugins-good, it might be a better idea to just bump gstreamer to 1.2.x, like gtk did in r159330.
> > 
> > I think this answer should be answered by the EFL port maintainer if they want
> > bump to a newer gstreamer or not. Until there isn't any decision about updating
> > the gstreamer version, this bug and fix is still valid.
> > 
> > Is there any objection against this fix?
> 
> I don't mind to bump gstreamer version. Besides gtk port already has used higher version, I think there is no reason EFL port doesn't use it.

+1
Comment 7 Berta József 2013-12-03 08:52:30 PST
I have bumped the Gstreamer to 1.2.1 in https://bugs.webkit.org/show_bug.cgi?id=125155