[Bug 720371] New: rtpbin: Impossible to set jitterbuffer rtx-* properties when using rtpbin

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Dec 12 18:41:30 PST 2013


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

           Summary: rtpbin: Impossible to set jitterbuffer rtx-*
                    properties when using rtpbin
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: olivier.crete at ocrete.ca
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


It's currently not possible to set the rtx-* properties of a jitterbuffer when
it's used inside rtpbin. This is trickier than the "latency" as these could be
different for each session I believe.

Maybe we need an API to g_signal_emit_by_name(rtpbin,
"set-jitterbuffer-property", guint session_id, char * property_name, gint
value) with the associated g_signal_emit_by_name(rtpbin,
"get-jitterbuffer-property", guint session_id, gchar * property_name, gint
*value);

We could also replace the gint by a GValue, but then it gets uglier to use
because of GValue.

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