GNOME Bugzilla – Bug 554879
Add ability to specify format for date/time display in GstClockOverlay
Last modified: 2008-10-08 10:48:58 UTC
Currently GstClockOverlay displays only current time. Need to be able to display data as well, and customize format.
Created attachment 119874 [details] [review] adds "time-format" property which is passed to strftime() for formatting.
2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk> Patch by: Pavel Zeldin <pzeldin at gmail dot com> * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time), (gst_clock_overlay_class_init), (gst_clock_overlay_finalize), (gst_clock_overlay_init), (gst_clock_overlay_set_property), (gst_clock_overlay_get_property): * ext/pango/gstclockoverlay.h: API: Add ability to specify format for date/time display by adding a "time-format" property. Fixes bug #554879.