[gst-devel] video freeze while playing a file without audio

Chen Yong(Ever)[陈勇] yongchen at arcsoft.com.cn
Fri Sep 26 02:45:21 CEST 2008


Thanks your reply. In my example, we don't push any audio data to down-streaming element, only push video data, but video is freeezed.


>Hi ,
>
>        When u don't have audio data in your container file then that time
>don't create pad for that stream in plugin code i.e. dont try to push audio
>data to next element .
>      In your case what is happening is that you dont have audio data even
>then you are trying to push some junk data to next element and in that case
>next element is returning some other return value than GST_FLOW_OK  from its
>chain function .
>      To debug this just see return value of gst_pad_push( )  fucntion ,
>this value should be GST_FLOW_OK .






More information about the gstreamer-devel mailing list