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 759865 - [PATCH] Add gstreamer-player-1.0 vapi for latest gst-plugins-bad1.0 (1.7.1)
[PATCH] Add gstreamer-player-1.0 vapi for latest gst-plugins-bad1.0 (1.7.1)
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings: GTK+ GStreamer WebKitGTK+
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2015-12-25 19:15 UTC by Yannick Inizan
Modified: 2016-09-14 14:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] Add gstreamer-player-1.0 vapi for latest gst-plugins-bad1.0 (1.7.1) (9.96 KB, patch)
2015-12-25 19:15 UTC, Yannick Inizan
none Details | Review
add gstreamer-player-1.0 (12.98 KB, patch)
2015-12-26 20:34 UTC, Yannick Inizan
none Details | Review
Add gstreamer-player-1.0 vapi for latest gst-plugins-bad1.0 (1.7.1) (12.99 KB, patch)
2015-12-28 18:42 UTC, Yannick Inizan
rejected Details | Review

Description Yannick Inizan 2015-12-25 19:15:22 UTC
Created attachment 317881 [details] [review]
[PATCH] Add gstreamer-player-1.0 vapi for latest gst-plugins-bad1.0 (1.7.1)

latest GStreamer plugins bad provide GstPlayer object for simplify playback.
Comment 1 Luca Bruno 2015-12-26 09:28:07 UTC
Vapis should be autogenerated in the vala tree. Did you use a .gir or what? Please take a look at the vapi/Makefile.am .
Comment 2 Yannick Inizan 2015-12-26 18:54:02 UTC
I use GstPlayer-1.0.gir.
How generate this vapi during build ? I have this error :

make[2]: *** No rule to make target 'gstreamer-player-1.0.vapi', needed by 'all-am'. Arrêt.

my Makefile.am : http://pastebin.com/Gd44YB5b
Comment 3 Yannick Inizan 2015-12-26 19:00:15 UTC
vapi generated with vapigen is ugly : static methods instead of methods for current instance, missing methods in interfaces, ...
Comment 4 Yannick Inizan 2015-12-26 20:34:49 UTC
Created attachment 317903 [details] [review]
add gstreamer-player-1.0
Comment 5 Yannick Inizan 2015-12-28 18:42:06 UTC
Created attachment 317980 [details] [review]
Add gstreamer-player-1.0 vapi for latest gst-plugins-bad1.0 (1.7.1)