[Bug 701384] New: The aacparse plugin doesn't set parsed=true in src caps
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri May 31 11:41:34 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=701384
GStreamer | gst-plugins-good | git
Summary: The aacparse plugin doesn't set parsed=true in src
caps
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Mac OS
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: dade at dadeb.it
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created an attachment (id=245766)
--> (https://bugzilla.gnome.org/attachment.cgi?id=245766)
[PATCH] [aacparse] add parsed=true in src caps
The aacparse plugin does not set parse=true in srcpad caps.
This results in problems using gst-rtsp-server.
gst-rtsp-media-factory-uri autoplugs demuxers, decoders and parsers until the
stream is "parsed", and then it chooses the right rtp payloader. An AAC audio
stream always gets decoded to raw PCM audio, and then payloaded as MP4A-LATM.
This way it is not possible to create an rtp stream with AAC audio.
If the aacparse plugin sets "parsed=true" instead, it works as expected. See
patch.
--
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