[gst-devel] the patch of gst-plugins-good-0.10.5/gst/avi/gstavimux.c

zhangfei gao gaozhangfei at yahoo.com.cn
Wed Feb 14 06:23:25 CET 2007


Hello, gstreamer-devel
  
avimux seems do not handle video/x-h264.
Though caps could support handle video/x-h264, gst_avi_mux_vidsink_set_caps reject such input caps,
it will turn out "refuse_caps" instead.
   
  adding these could handle such problem,
  } else if (!strcmp (mimetype, "video/x-h264")) {
      avimux->vids.compression = GST_MAKE_FOURCC ('H', '2', '6', '4');
   
  Thanks

 		
---------------------------------
抢注雅虎免费邮箱-3.5G容量,20M附件! 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20070214/e46991e0/attachment.htm>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gstavimux.patch
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20070214/e46991e0/attachment.asc>


More information about the gstreamer-devel mailing list