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 750840 - gstreamer-1.0: provide an alternative to GST_TIME_FMT
gstreamer-1.0: provide an alternative to GST_TIME_FMT
Status: RESOLVED OBSOLETE
Product: vala
Classification: Core
Component: Bindings: GTK+ GStreamer WebKitGTK+
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on: 658859
Blocks:
 
 
Reported: 2015-06-12 12:06 UTC by Pierre Lamot
Modified: 2018-05-22 15:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.08 KB, patch)
2015-06-12 12:06 UTC, Pierre Lamot
none Details | Review
codegen: Add boolean "use_inplace" ccode-attribute for methods (2.03 KB, patch)
2017-11-20 19:57 UTC, Rico Tzschichholz
committed Details | Review
gstreamer-1.0: Bind GST_TIME_ARGS, GST_STIME_ARGS formatting macros (1.78 KB, patch)
2017-11-20 19:57 UTC, Rico Tzschichholz
committed Details | Review
gstreamer-1.0: Add ClockTime/ClockTimeDiff.to_string() (2.36 KB, patch)
2018-05-21 09:08 UTC, Rico Tzschichholz
none Details | Review

Description Pierre Lamot 2015-06-12 12:06:10 UTC
Created attachment 305137 [details] [review]
patch

GST_TIME_FMT and GST_TIME_ARGS are unusable macros, this patch provides
  a way to format Gst.ClockTime
Comment 1 Rico Tzschichholz 2017-11-20 19:57:15 UTC
Created attachment 364073 [details] [review]
codegen: Add boolean "use_inplace" ccode-attribute for methods

This can be use to avoid temp-variables for an expanding macro.
Comment 2 Rico Tzschichholz 2017-11-20 19:57:28 UTC
Created attachment 364074 [details] [review]
gstreamer-1.0: Bind GST_TIME_ARGS, GST_STIME_ARGS formatting macros

Gst.ClockTime ts = 0ULL;
print ("%" + Gst.TIME_FORMAT + "\n", Gst.TIME_ARGS (ts));
Comment 3 Rico Tzschichholz 2018-05-21 09:08:28 UTC
Created attachment 372278 [details] [review]
gstreamer-1.0: Add ClockTime/ClockTimeDiff.to_string()
Comment 4 GNOME Infrastructure Team 2018-05-22 15:24:34 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/vala/issues/502.