[Bug 748875] New: Opus parse generate caps with a rate=0
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon May 4 01:41:11 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=748875
Bug ID: 748875
Summary: Opus parse generate caps with a rate=0
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: santoscadenas at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 302842
--> https://bugzilla.gnome.org/attachment.cgi?id=302842&action=edit
opusheader: Do not include rate in caps if it is 0
Running this pipelie produces a not-negotiated error because opusparse sets the
rate=0
gst-launch-1.0 audiotestsrc ! opusenc ! rtpopuspay ! rtpopusdepay ! opusparse !
opusdec ! alsasink
Attached is a patch to solve the issue, not setting rate in caps if its value
is zero.
--
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