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

Chen, Weian weian.chen at intel.com
Thu Aug 13 00:36:22 CEST 2009


Thanks a lot for your help. :)

thanks,
Weian
-----Original Message-----
From: Michael Smith [mailto:msmith at xiph.org] 
Sent: 2009年8月12日 8:47
To: Discussion of the development of GStreamer
Subject: Re: [gst-devel] My H.264 encoder cound not work well with the MP4 muxer

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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list