[gst-devel] My H.264 encoder cound not work well with the MP4 muxer

Michael Smith msmith at xiph.org
Wed Aug 12 02:46:35 CEST 2009


2009/8/11 Chen, Weian <weian.chen at intel.com>:
>
>
> Hi,
>
>
>
> Thanks a lot for the reply, my chain function is as following:
>    gst_pad_push (videoenc->srcpad, out_buf);
>
>   return ret;

Well, this is obviously wrong - you discard the return value of
gst_pad_push, and unconditionally return GST_FLOW_OK.

That's probably not the cause of your problem though - I don't know
what is. You'll need to do some debugging yourself; hopefully the
GST_DEBUG output will be helpful.

Mike




More information about the gstreamer-devel mailing list