[gstreamer-bugs] [Bug 449226] New: Incomplete ghostpads in xml session save
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Tue Jun 19 11:28:22 PDT 2007
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=449226
GStreamer | gstreamer (core) | Ver: 0.10.6
Summary: Incomplete ghostpads in xml session save
Product: GStreamer
Version: 0.10.6
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: etienne at deepunder.org
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
Please describe the problem:
Ghostpads are reported with parent and names attributes only, lacking peer and
direction.
Steps to reproduce:
1. gst-launch-0.10 -o foo.xml videotestsrc ! videoscale !
video/x-raw-yuv,width=320,height=240 ! ffmpegcolorspace ! ffenc_mpeg4 !
rtpmp4vpay send-config=true mtu=2048 pt=97 ssrc=123456 timestamp-offset=20619
seqnum-offset=44441 ! identity sync=true ! rtpbin rtcp-support=true
localport=9424 destinations=172.16.2.27:9424;
3.
Actual results:
XML representation of the pipeline is missing information on the peers and
direction of ghostpads
---8<---------------
<gst:pad>
<gst:ghostpad>
<gst:name>sink</gst:name>
<gst:parent>rtpbin0</gst:parent>
</gst:ghostpad>
</gst:pad>
<gst:children>
<gst:element>
----8<----------------------
Expected results:
The expected result would be something like this:
---8<---------------
<gst:pad>
<gst:ghostpad>
<gst:name>sink</gst:name>
<gst:parent>rtpbin0</gst:parent>
<gst:direction>sink</gst:direction>
<gst:peer>identity0.src</gst:peer>
</gst:ghostpad>
</gst:pad>
<gst:children>
<gst:element>
----8<----------------------
Does this happen every time?
Yes.
Other information:
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=449226.
More information about the Gstreamer-bugs
mailing list