[Bug 757520] rtpbin: logically dead code

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Nov 3 20:57:21 PST 2015


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

--- Comment #1 from jihae <vegas8001 at gmail.com> ---
Created attachment 314783
  --> https://bugzilla.gnome.org/attachment.cgi?id=314783&action=edit
rtpbin: remove logically dead code

static void
gst_rtp_bin_associate()
{
..
    switch (rtcp_sync) {
      case GST_RTP_BIN_RTCP_SYNC_RTP:
        if (!use_rtp)
          break;
..
}

==> "!use_rtp" can not be true.

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