[Bug 692950] "rtpjitterbuffer" properties can't be changed after pipeline is started

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 11 03:21:34 PST 2013


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

--- Comment #3 from Thomas DEBESSE <thomas.debesse at rcf.fr> 2013-02-11 11:21:29 UTC ---
@Olivier Crete:

OK. It works when I do this (python):

def SetLatency(self, latency):
    self.jbuf.set_property('latency', latency)
    self.pipeline.recalculate_latency()

@Wim Taymans:
Is that mean it is no longer necessary to call "gst_bin_recalculate_latency"
when we update latency? As far as I know, we do not need to use hypothetical
functions like "gst_bin_recalculate_bitrate" or "gst_bin_recalculate_bandwidth"
when we update other properties like "bitrate" or "bandwidth" or anything else!

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