<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>124891</bug_id>
          
          <creation_ts>2013-11-26 08:20:04 -0800</creation_ts>
          <short_desc>update-webkitefl-libs fails on gst-plugins-good with V4L2_CID_HCENTER_DEPRECATED undeclared error</short_desc>
          <delta_ts>2013-12-04 08:40:26 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Platform</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Berta József">jberta.u-szeged</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>cdumez</cc>
    
    <cc>gyuyoung.kim</cc>
    
    <cc>ossy</cc>
    
    <cc>ryuan.choi</cc>
    
    <cc>sergio</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>954267</commentid>
    <comment_count>0</comment_count>
    <who name="Berta József">jberta.u-szeged</who>
    <bug_when>2013-11-26 08:20:04 -0800</bug_when>
    <thetext>On Ubuntu 13.10 after installing dependencies the update-webkitefl-libs fails with &quot;V4L2_CID_HCENTER_DEPRECATED undeclared&quot; and &quot;V4L2_CID_VCENTER_DEPRECATED undeclared&quot; errors.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>954268</commentid>
    <comment_count>1</comment_count>
      <attachid>217879</attachid>
    <who name="Berta József">jberta.u-szeged</who>
    <bug_when>2013-11-26 08:23:08 -0800</bug_when>
    <thetext>Created attachment 217879
This patch fixes the update-webkitefl-libs failiure</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>954269</commentid>
    <comment_count>2</comment_count>
    <who name="Sergio Correia (qrwteyrutiyoup)">sergio</who>
    <bug_when>2013-11-26 08:32:49 -0800</bug_when>
    <thetext>Given gstreamer &lt; 1.0.10 doesn&apos;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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>954842</commentid>
    <comment_count>3</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2013-11-28 15:40:27 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; Given gstreamer &lt; 1.0.10 doesn&apos;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 ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>955331</commentid>
    <comment_count>4</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2013-12-02 04:14:19 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; Given gstreamer &lt; 1.0.10 doesn&apos;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&apos;t any decision about updating
the gstreamer version, this bug and fix is still valid.

Is there any objection against this fix?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>955847</commentid>
    <comment_count>5</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2013-12-03 03:44:19 -0800</bug_when>
    <thetext>(In reply to comment #4)
&gt; (In reply to comment #2)
&gt; &gt; Given gstreamer &lt; 1.0.10 doesn&apos;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.
&gt; 
&gt; I think this answer should be answered by the EFL port maintainer if they want
&gt; bump to a newer gstreamer or not. Until there isn&apos;t any decision about updating
&gt; the gstreamer version, this bug and fix is still valid.
&gt; 
&gt; Is there any objection against this fix?

I don&apos;t mind to bump gstreamer version. Besides gtk port already has used higher version, I think there is no reason EFL port doesn&apos;t use it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>955848</commentid>
    <comment_count>6</comment_count>
    <who name="Ryuan Choi">ryuan.choi</who>
    <bug_when>2013-12-03 03:45:44 -0800</bug_when>
    <thetext>(In reply to comment #5)
&gt; (In reply to comment #4)
&gt; &gt; (In reply to comment #2)
&gt; &gt; &gt; Given gstreamer &lt; 1.0.10 doesn&apos;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.
&gt; &gt; 
&gt; &gt; I think this answer should be answered by the EFL port maintainer if they want
&gt; &gt; bump to a newer gstreamer or not. Until there isn&apos;t any decision about updating
&gt; &gt; the gstreamer version, this bug and fix is still valid.
&gt; &gt; 
&gt; &gt; Is there any objection against this fix?
&gt; 
&gt; I don&apos;t mind to bump gstreamer version. Besides gtk port already has used higher version, I think there is no reason EFL port doesn&apos;t use it.

+1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>955906</commentid>
    <comment_count>7</comment_count>
    <who name="Berta József">jberta.u-szeged</who>
    <bug_when>2013-12-03 08:52:30 -0800</bug_when>
    <thetext>I have bumped the Gstreamer to 1.2.1 in https://bugs.webkit.org/show_bug.cgi?id=125155</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>217879</attachid>
            <date>2013-11-26 08:23:08 -0800</date>
            <delta_ts>2013-12-04 08:32:37 -0800</delta_ts>
            <desc>This patch fixes the update-webkitefl-libs failiure</desc>
            <filename>patch.diff</filename>
            <type>text/plain</type>
            <size>2751</size>
            <attacher name="Berta József">jberta.u-szeged</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1Rvb2xzL0NoYW5nZUxvZyBiL1Rvb2xzL0NoYW5nZUxvZwppbmRleCA4Njlh
ZTY3Li4zMmQwMTU1IDEwMDY0NAotLS0gYS9Ub29scy9DaGFuZ2VMb2cKKysrIGIvVG9vbHMvQ2hh
bmdlTG9nCkBAIC0xLDMgKzEsMTYgQEAKKzIwMTMtMTEtMjYgIEpvenNlZiBCZXJ0YSAgPGpiZXJ0
YUBpbmYudS1zemVnZWQuaHU+CisKKyAgICAgICAgdXBkYXRlLXdlYmtpdGVmbC1saWJzIGZhaWxz
IG9uIGdzdC1wbHVnaW5zLWdvb2Qgd2l0aCBWNEwyX0NJRF9IQ0VOVEVSX0RFUFJFQ0FURUQgdW5k
ZWNsYXJlZCBlcnJvcgorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5j
Z2k/aWQ9MTI0ODkxCisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAg
ICAgICAgVGhpcyBwYXRjaCBmaXhlcyB1cGRhdGUtd2Via2l0ZWZsLWxpYnMgZmFpbGl1cmUgd2l0
aCAiVjRMMl9DSURfSENFTlRFUl9ERVBSRUNBVEVEIHVuZGVjbGFyZWQiCisgICAgICAgIGFuZCAi
VjRMMl9DSURfVkNFTlRFUl9ERVBSRUNBVEVEIHVuZGVjbGFyZWQiIGVycm9ycyBvbiBVYnVudHUg
MTMuMTAgd2l0aCBnc3QtcGx1Z2lucy1nb29kMS4wICgxLjIuMC0xdWJ1bnR1MSkgc2F1Y3kKKwor
ICAgICAgICAqIGVmbC9qaGJ1aWxkLm1vZHVsZXM6IEEgcGF0Y2ggaXMgYWRkZWQgZnJvbSBodHRw
Oi8vY2dpdC5mcmVlZGVza3RvcC5vcmcvZ3N0cmVhbWVyL2dzdC1wbHVnaW5zLWdvb2QKKyAgICAg
ICAgKiBlZmwvcGF0Y2hlcy9nc3QtcGx1Z2lucy1nb29kLnBhdGNoOiBBZGRlZC4KKwogMjAxMy0x
MS0yNSAgUnl1YW4gQ2hvaSAgPHJ5dWFuLmNob2lAc2Ftc3VuZy5jb20+CiAKICAgICAgICAgW0VG
TF0gVXNlIENvbmZpZyBtb2RlIG9mIGZpbmRfcGFja2FnZSBmb3IgRUZMIDEuOApkaWZmIC0tZ2l0
IGEvVG9vbHMvZWZsL2poYnVpbGQubW9kdWxlcyBiL1Rvb2xzL2VmbC9qaGJ1aWxkLm1vZHVsZXMK
aW5kZXggNDcxM2MxYy4uMjMwODEzYiAxMDA2NDQKLS0tIGEvVG9vbHMvZWZsL2poYnVpbGQubW9k
dWxlcworKysgYi9Ub29scy9lZmwvamhidWlsZC5tb2R1bGVzCkBAIC0zMDYsNyArMzA2LDkgQEAK
ICAgICA8L2RlcGVuZGVuY2llcz4KICAgICA8YnJhbmNoIHJlcG89ImdzdHJlYW1lciIKICAgICAg
ICAgICAgIG1vZHVsZT0iZ3N0LXBsdWdpbnMtZ29vZC9nc3QtcGx1Z2lucy1nb29kLTEuMC41LnRh
ci54eiIgdmVyc2lvbj0iMS4wLjUiCi0gICAgICAgICAgICBoYXNoPSJzaGEyNTY6NTNiZDBiODQ4
ZTc4OTZmMWIyMjU0OGNhNGU4YmU1NmNmNDI1ZTUxMDBlMTIxYzQ3MmRmZjgyNzJkNTE0MGJjNSIv
PgorICAgICAgICAgICAgaGFzaD0ic2hhMjU2OjUzYmQwYjg0OGU3ODk2ZjFiMjI1NDhjYTRlOGJl
NTZjZjQyNWU1MTAwZTEyMWM0NzJkZmY4MjcyZDUxNDBiYzUiPgorICAgICAgPHBhdGNoIGZpbGU9
ImdzdC1wbHVnaW5zLWdvb2QucGF0Y2giIHN0cmlwPSIxIi8+CisgICAgPC9icmFuY2g+CiAgIDwv
YXV0b3Rvb2xzPgogCiAgIDxhdXRvdG9vbHMgaWQ9ImdzdC1wbHVnaW5zLWJhZCIKZGlmZiAtLWdp
dCBhL1Rvb2xzL2VmbC9wYXRjaGVzL2dzdC1wbHVnaW5zLWdvb2QucGF0Y2ggYi9Ub29scy9lZmwv
cGF0Y2hlcy9nc3QtcGx1Z2lucy1nb29kLnBhdGNoCm5ldyBmaWxlIG1vZGUgMTAwNjQ0CmluZGV4
IDAwMDAwMDAuLjlmOTgwMDYKLS0tIC9kZXYvbnVsbAorKysgYi9Ub29scy9lZmwvcGF0Y2hlcy9n
c3QtcGx1Z2lucy1nb29kLnBhdGNoCkBAIC0wLDAgKzEsMjkgQEAKK1BhdGNoIGZyb20gQmFzdGll
biBOb2NlcmEsIGF2YWlsYWJsZSBhdCBodHRwOi8vY2dpdC5mcmVlZGVza3RvcC5vcmcvZ3N0cmVh
bWVyL2dzdC1wbHVnaW5zLWdvb2QvY29tbWl0L3N5cy92NGwyL3Y0bDJfY2FsbHMuYz9pZD04ZTYz
M2QyMDU5Y2I4MzU0NDgwMjFjZjc5YmVjYjQ4N2FmZjEwOTc1CisKK0Zyb20gOGU2MzNkMjA1OWNi
ODM1NDQ4MDIxY2Y3OWJlY2I0ODdhZmYxMDk3NSBNb24gU2VwIDE3IDAwOjAwOjAwIDIwMDEKK0Zy
b206IEJhc3RpZW4gTm9jZXJhIDxoYWRlc3NAaGFkZXNzLm5ldD4KK0RhdGU6IE1vbiwgMTggTWFy
IDIwMTMgMTQ6NTk6MzUgKzAwMDAKK1N1YmplY3Q6IHY0bDI6IGZpeCBjb21waWxhdGlvbiBhZ2Fp
bnN0IG5ld2VyIGtlcm5lbCBoZWFkZXJzIGFzIG9uIEZDMTkKKworLS0tCisobGltaXRlZCB0byAn
c3lzL3Y0bDIvdjRsMl9jYWxscy5jJykKKworZGlmZiAtLWdpdCBhL3N5cy92NGwyL3Y0bDJfY2Fs
bHMuYyBiL3N5cy92NGwyL3Y0bDJfY2FsbHMuYworaW5kZXggMDdkMzkwYS4uNGMxMGY0ZiAxMDA2
NDQKKy0tLSBhL3N5cy92NGwyL3Y0bDJfY2FsbHMuYworKysrIGIvc3lzL3Y0bDIvdjRsMl9jYWxs
cy5jCitAQCAtMjkxLDggKzI5MSwxMiBAQCBnc3RfdjRsMl9maWxsX2xpc3RzIChHc3RWNGwyT2Jq
ZWN0ICogdjRsMm9iamVjdCkKKyAgICAgICAgIGJyZWFrOworICAgICAgIGNhc2UgVjRMMl9DSURf
SEZMSVA6CisgICAgICAgY2FzZSBWNEwyX0NJRF9WRkxJUDoKKysjaWZuZGVmIFY0TDJfQ0lEX1BB
Tl9SRVNFVAorICAgICAgIGNhc2UgVjRMMl9DSURfSENFTlRFUjoKKysjZW5kaWYKKysjaWZuZGVm
IFY0TDJfQ0lEX1RJTFRfUkVTRVQKKyAgICAgICBjYXNlIFY0TDJfQ0lEX1ZDRU5URVI6CisrI2Vu
ZGlmCisgI2lmZGVmIFY0TDJfQ0lEX1BBTl9SRVNFVAorICAgICAgIGNhc2UgVjRMMl9DSURfUEFO
X1JFU0VUOgorICNlbmRpZgorLS0KK2NnaXQgdjAuOS4wLjItMi1nYmViZQpcIE5vIG5ld2xpbmUg
YXQgZW5kIG9mIGZpbGUK
</data>

          </attachment>
      

    </bug>

</bugzilla>