android h264 hardware encoding

yoyosuper8 yoyosuper8 at yahoo.com
Fri Oct 18 02:18:38 CEST 2013


Ok, so I removed the video/x-raw and changed it to video/x-h264 and also
removed capsfilter and just left the caps stuff by itself and it seems to
fix the previous problems. Now I'm having a new problem and that is the
following:

./grammar.y:624:gst_parse_perform_link could not link videotestsrc0 to
amcvideoenc-omxtiducati1videoh264e0

My pipeline is now like this:

	gst_rtsp_media_factory_set_launch (factory,
		"( videotestsrc is-live=true do-timestamp=true ! video/x-h264,
		width=480,height=640,framerate=30/1 ! amcvidenc-omxtiducati1videoh264e
		bitrate=1024 i-frame-interval=8 ! h264parse ! rtph264pay name=pay0 pt=96
)");

I had to remove the "capsfilter caps=" portion because I had the same
problem as above where as videotestsrc0 could not link to capsfilter0 and
capsfilter0 couldn't link to amcvideoenc. So by removing capsfilter, it fix
that one issue, but now I have the new problem above.
Any help is appreciated.

Thank you
Andy



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/android-h264-hardware-encoding-tp4662522p4662681.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list