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

Edward Hervey bilboed at gmail.com
Wed Feb 14 09:08:55 CET 2007


Hi,

  Thanks for the patch, but the proper way of reporting this issues
and proposing patches, is to open a bug on bugzilla and attach your
patch there. This allows to properly track bugs, which ones were
fixed, ...

   You can do so here :
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
  Explain the problem and attach your patch.

    Thanks,

     Edward

On 2/14/07, zhangfei gao <gaozhangfei at yahoo.com.cn> wrote:
> 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附件! --0-1501825844-1171430605=:37886--
>
>
> --- gstavimux.c 2006-12-01 00:48:51.000000000 +0800
> +++ new_gstavimux.c     2007-02-13 15:54:11.000000000 +0800
> @@ -444,6 +444,9 @@ gst_avi_mux_vidsink_set_caps (GstPad * p
>        avimux->vids.compression = GST_MAKE_FOURCC ('D', 'V', 'S', 'D');
>      } else if (!strcmp (mimetype, "video/x-h263")) {
>        avimux->vids.compression = GST_MAKE_FOURCC ('H', '2', '6', '3');
> +    } else if (!strcmp (mimetype, "video/x-h264")) {
> +      avimux->vids.compression = GST_MAKE_FOURCC ('H', '2', '6', '4');
> +
>      } else if (!strcmp (mimetype, "video/mpeg")) {
>        gint mpegversion;
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>


-- 
Edward Hervey
Multimedia editing developer / Fluendo S.A.
http://www.pitivi.org/


More information about the gstreamer-devel mailing list