[Bug 736058] [PATCH] adding one example to use gnlsource and gnlcomposition in gstreamer pipeline

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 5 20:47:12 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=736058
  GStreamer | gnonlin | unspecified

--- Comment #5 from Mohan R <mohan43u at gmail.com> 2014-09-06 03:47:08 UTC ---
I haved tested gst_date_time_new_from_iso8601_string(), Here is some
observations. Test code attached(testgstdatetime.c)

1. gst_date_time_new_from_iso8601_string() expects date must be present (like
YYYY-MM-DD).
2. There is no way to get combined seconds from gst_date_time_* api (HH * 60 *
60 + MM * 60 + SS). We have to take hours, minutes, seconds seperately and then
do the calculation manually.

It will be helpful to developers if we have a function in gst_date_time_* api
to directly get nanoseconds instead of developers doing the nanoseconds
calculation.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list