[Bug 726192] New: srtpenc: send caps event after stream-start

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Mar 12 10:41:30 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=726192
  GStreamer | gst-plugins-bad | git

           Summary: srtpenc: send caps event after stream-start
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: aleix at oblong.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Currently, srtpenc pushes a new caps event in the chain function when the key
is changed. This means that some times the caps event might be misordered if
the segment event comes first.

Also, the chain function uses gst_pad_get_current_caps. I am using the new
rtpbin functionality to add an auxiliary sender (a FEC element in my case). I
also add  an encoder element to rtpbin (srtpenc). gst_pad_get_current_caps
doesn't work in that case.

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