[Bug 748738] New: gstevent: add new api for parse seek event

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 1 02:28:32 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=748738

            Bug ID: 748738
           Summary: gstevent: add new api for parse seek event
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: yongjin.ohn at lge.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

generally, when we parse seek event using gst_event_parse_seek function,
parameter is too many I think.
For example, If we just want to get the rate value from event, we should use
like this gst_event_parse_seek(event, NULL, &rate, NULL, NULL, NULL...).
I agree this is minor problem but I think that If we use segment for parsing
event, it would be better.

-- 
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