[Bug 748738] gstevent: add new api for parse seek event
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu May 14 10:50:50 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=748738
Jimmy Ohn <yongjin.ohn at lge.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #302968|0 |1
is obsolete| |
--- Comment #3 from Jimmy Ohn <yongjin.ohn at lge.com> ---
Created attachment 303392
--> https://bugzilla.gnome.org/attachment.cgi?id=303392&action=edit
gstevent: add new api for parse seek event
If we parse the seek event, we can use like below.
gst_event_parse_seek (event, &rate, &format, &flags, &cur_type, &cur,
&stop_type, &stop);
but I think that if we use segment for parsing event, this is a brief look.
we can use like below. but I don't like this function name.
gst_event_parse_seek_segment(event, &segment);
--
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