Hi , 
Now i have used avdec_h264 instead of ffdec_h264 and videoconvert instead of ffmpegcolorspace in case of 1.0 version then i received an error at the receiver side.

Here are the commands i am firing :- 

Sender :- 
gst-launch-0.10.exe filesrc location="F:\\Movies\\English\\Avatar [2010]\\Avatar [2010].mp4" ! qtdemux ! h264parse ! avdec_h264 ! videoconvert ! x264enc ! rtph264pay ! udpsink host=127.0.0.1 port=5000

command executed successfully.

Receiver :- 
gst-launch-1.0.exe -v udpsrc uri=udp://127.0.0.1:5000 ! rtph264depay ! avdec_h264 ! videoconvert ! autovideosink

receives an error during format negotiation 
Here is an error 
<img src="http://gstreamer-devel.966125.n4.nabble.com/file/n4665639/Receiver_Error.png" border="0"/>

Thanks,







        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Not-able-to-stream-H-264-video-over-RTP-tp4665612p4665639.html">Re: Not able to stream H.264 video over RTP</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>