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 572692 - V4L2 binding
V4L2 binding
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.5.x
Other All
: Normal enhancement
: ---
Assigned To: Jürg Billeter
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-21 21:52 UTC by Matias
Modified: 2009-03-30 08:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
V4L2 binding (22.51 KB, application/octet-stream)
2009-02-21 21:53 UTC, Matias
  Details
patch to previous attachment (390 bytes, patch)
2009-03-03 16:46 UTC, vasaka
reviewed Details | Review
Add license and fix some errors (23.40 KB, text/plain)
2009-03-30 05:44 UTC, Matias
  Details

Description Matias 2009-02-21 21:52:35 UTC
Here I add V4L2 binding

Other information:
Comment 1 Matias 2009-02-21 21:53:35 UTC
Created attachment 129229 [details]
V4L2 binding
Comment 2 vasaka 2009-03-03 16:46:42 UTC
Created attachment 129951 [details] [review]
patch to previous attachment

fixed spelling, added missing priv field, added some missing reserved field(not everywhere), as they must be 0, so one can init those fields with 0.

Also I have a question - is it good to change Fmt to Format, Buf to Buffer, etc in names of struct? those abbreviations are obvious and difference in names just adds some confusion.
Comment 3 Jürg Billeter 2009-03-29 20:40:11 UTC
Can you please add a copyright/license header to the new file?
Comment 4 Matias 2009-03-30 05:44:03 UTC
Created attachment 131685 [details]
Add license and fix some errors
Comment 5 Jürg Billeter 2009-03-30 08:02:56 UTC
commit bb2b1c33d7b7d5a9fd7901b1c36496e871c8208c
Author: Matías De la Puente <mfpuente.ar@gmail.com>
Date:   Mon Mar 30 10:01:51 2009 +0200

    Add V4L2 bindings
    
    Fixes bug 572692.