GNOME Bugzilla – Bug 323908
Patch for H263p rtp depayloader to use the basertpdepayload class
Last modified: 2005-12-22 15:16:24 UTC
With this patch the plugin will make use of basertpdepayload Also an invalid read is fixed by padding the output buffer
Created attachment 55904 [details] [review] path with an error Don't use ,,,
Comment on attachment 55904 [details] [review] path with an error Don't use ,,, Did mistakes in the .h with GstBaseRTPDepayloadClass rether then GstBaseRTPDepayload and GstElement which shouldn't have been there
Created attachment 55905 [details] [review] Patch to make h263depayloader use the basertpdepayler class
seems good : gst-launch-0.10 videotestsrc ! ffmpegcolorspace ! ffenc_h263p ! rtph263ppay ! rtph263pdepay ! ffdec_h263 ! ffmpegcolorspace ! xvimagesink seems to work fine.