After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 615732 - gst-xmllaunch encode
gst-xmllaunch encode
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.28
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-14 11:39 UTC by ZhangPing
Modified: 2010-06-24 16:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst-launch-0.10 (14.76 KB, image/png)
2010-04-15 11:40 UTC, ZhangPing
Details
gst-xmllaunch-0.10 (51.36 KB, image/png)
2010-04-15 11:41 UTC, ZhangPing
Details

Description ZhangPing 2010-04-14 11:39:17 UTC
1. this is ok, use vlc as the player
 
gst-launch-0.10 videotestsrc ! video/x-raw-yuv,width=720,height=576 ! ffmpegcolorspace ! ffenc_mpeg4 ! mpegtsmux ! udpsink host=192.168.0.160 port=1234 
 
2. this, use vlc as the player, mosaic
 
   a) gst-launch-0.10 videotestsrc ! video/x-raw-yuv,width=720,height=576 ! ffmpegcolorspace ! ffenc_mpeg4 ! mpegtsmux ! udpsink host=192.168.0.160 port=1234 -o tv.xml
   b) gst-xmllaunch-0.10 tv.xml
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2010-04-15 10:24:23 UTC
What's the problem?
Comment 2 ZhangPing 2010-04-15 11:39:03 UTC
gst-launch-0.10 videotestsrc ! video/x-raw-yuv,width=720,height=576 !
ffmpegcolorspace ! ffenc_mpeg4 ! mpegtsmux ! udpsink host=192.168.0.160
port=1234
Comment 3 ZhangPing 2010-04-15 11:40:04 UTC
Created attachment 158806 [details]
gst-launch-0.10
Comment 4 ZhangPing 2010-04-15 11:41:27 UTC
Created attachment 158807 [details]
gst-xmllaunch-0.10
Comment 5 Stefan Sauer (gstreamer, gtkdoc dev) 2010-04-15 12:24:15 UTC
So the issue you have is that when using xmllauch you apparently have some data corruption.

Someone would need to check that xmllauch re assembles a correct pipeline, almost noone is using it.
Comment 6 Tim-Philipp Müller 2010-06-24 16:59:15 UTC
commit fd64c4b255a2174158a5c6144253b6fe03025813
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Thu Jun 24 17:53:36 2010 +0100

    tools: deprecate gst-xmllaunch and print fat warning if someone tries to use it
    
    Pipeline serialisation to and from XML is horribly broken for all
    but the most simple use cases, and will likely never be fixed.
    Make sure everyone playing around with these tools is aware of
    this, to avoid frustration. See countless bug reports in bugzilla.