[Bug 728138] New: Core could be more helpful with respect to event ordering

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Apr 13 16:40:39 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=728138
  GStreamer | gstreamer (core) | git

           Summary: Core could be more helpful with respect to event
                    ordering
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: mathieu.duponchelle at epitech.eu
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


A precise sequence of events need to be sent before starting data flow. There's
already code that ensures ordering, could gst instead of throwing warnings and
errors when the ordering is not respected provide vmethods in GstElement for
handling that ?

ie we can find send_caps, send_stream_start and send_segment boolean fields
variations in multiple element methods (videomixer / adder are the ones that
come to mind), would be nice to delegate that to GstElement and have vmethods
such as get_stream_id, get_segment etc ..

I have no API proposal, just starting the discussion :)

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