<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 07/02/2013 07:27 AM, jyoti kulkarni
wrote:<br>
</div>
<blockquote
cite="mid:CAPwx=WSwAS2TDroe2w4g8QhxaosmxcTzcH=d7Zxhp6Ot1dx+5g@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>
<div>
<div>gst-launch udpsrc uri=udp://<a
moz-do-not-send="true"
href="http://10.99.26.94:5000">10.99.26.94:5000</a>
<video caps> ! rtph264depay ! appsink<br>
</div>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
I don't think you can use an appsink in gst-launch. You'll need to
write your pipeline in a normal language like C/C++/Python/whatever.<br>
<br>
To get data from an appsink, you can set "emit-signals" and then
"pull-sample" every time the "new-sample" signal gets emitted.<br>
</body>
</html>