<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>For 1) below, the pipeline graph is attached, however I do not understand how to convert it to a pipeline on the commandline via gst-launch.<div><br></div><div><br><br><div><hr id="stopSpelling">From: ash20001@hotmail.com<br>To: gstreamer-devel@lists.freedesktop.org<br>Subject: how to convert decodebin to pipeline<br>Date: Tue, 29 Mar 2016 22:25:32 -0700<br><br>

<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
<div dir="ltr">I have a pipeline: <span style="color:rgb(68, 68, 68);font-size:15px;line-height:21.3px;background-color:rgb(255, 255, 255);">gst-launch-1.0 -v filesrc location=out.264 ! h264parse ! decodebin ! xvimagesink. This pipeline reads raw h264 data and decodes and renders it. Decodebin selects an omx_videodec_0 HW video decoder automatically. I have two questions:</span><div><span style="color:rgb(68, 68, 68);font-size:15px;line-height:21.3px;background-color:rgb(255, 255, 255);"><br></span></div><div><span style="color:rgb(68, 68, 68);font-size:15px;line-height:21.3px;background-color:rgb(255, 255, 255);">1. If I try to launch the pipeline like this: "</span><span style="color:rgb(68, 68, 68);font-size:15px;line-height:21.3px;background-color:rgb(255, 255, 255);">gst-launch-1.0 -v filesrc location=out.264 ! h264parse ! omx_videodec_0! xvimagesink", the pipeline doesn't work. Is there a way to figure out the pipeline that decodebin creates so that I can just launch it manually with gst-launch without using decodebin?</span></div><div><span style="color:rgb(68, 68, 68);font-size:15px;line-height:21.3px;background-color:rgb(255, 255, 255);"><br></span></div><div><span style="color:rgb(68, 68, 68);font-size:15px;line-height:21.3px;background-color:rgb(255, 255, 255);">2. If not, is there a way using decodebin to select a different decoder than the one it automatically picks?</span></div>                                    </div></div></div>                                    </div></body>
</html>