<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>gst-xmllaunch not working on file created from gst-launch</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Here I make a simplest case using Ubuntu, which works for gst-launch, but does not work for gst-xmllaunch:<BR>
<BR>
gst-launch playbin uri=&quot;<A HREF="file:///home/nfan/Videos/001.mpg">file:///home/nfan/Videos/001.mpg</A>&quot;<BR>
<BR>
This works well, but then try:<BR>
<BR>
1) gst-launch -o test.xml playbin uri=&quot;<A HREF="file:///home/nfan/Videos/001.mpg">file:///home/nfan/Videos/001.mpg</A>&quot; (result: save of file works)<BR>
2) gst-xmllaunch test.xml<BR>
<BR>
Result output of #2 is:<BR>
<BR>
Setting pipeline to PAUSED ...<BR>
gst_mpegts_demux_base_init<BR>
Pipeline is PREROLLING ...<BR>
WARNING: from element /GstPlayBin:playbin0: Invalid subtitle URI &quot;&quot;, subtitles disabled.<BR>
0:00:00.088855368&nbsp; 2372&nbsp; 0x902b598 ERROR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ffmpeg :0:: warning: first frame is no keyframe<BR>
<BR>
The execution paused without return, unless issuing a ctrl-C.<BR>
<BR>
Is there something I'm missing with gst-xmllaunch or steps prior to this?</FONT>
</P>

</BODY>
</HTML>