After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 323908 - Patch for H263p rtp depayloader to use the basertpdepayload class
Patch for H263p rtp depayloader to use the basertpdepayload class
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.x
Assigned To: Philippe Khalaf
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-12 18:19 UTC by Antoine Tremblay
Modified: 2005-12-22 15:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
path with an error Don't use ,,, (7.12 KB, patch)
2005-12-12 18:21 UTC, Antoine Tremblay
none Details | Review
Patch to make h263depayloader use the basertpdepayler class (7.14 KB, patch)
2005-12-12 18:48 UTC, Antoine Tremblay
none Details | Review

Description Antoine Tremblay 2005-12-12 18:19:42 UTC
With this patch the plugin will make use of basertpdepayload
Also an invalid read is fixed by padding the output buffer
Comment 1 Antoine Tremblay 2005-12-12 18:21:15 UTC
Created attachment 55904 [details] [review]
path with an error Don't use ,,,
Comment 2 Antoine Tremblay 2005-12-12 18:47:19 UTC
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
Comment 3 Antoine Tremblay 2005-12-12 18:48:30 UTC
Created attachment 55905 [details] [review]
Patch to make h263depayloader use the basertpdepayler class
Comment 4 Philippe Khalaf 2005-12-22 15:16:24 UTC
seems good :

gst-launch-0.10 videotestsrc ! ffmpegcolorspace ! ffenc_h263p ! rtph263ppay ! rtph263pdepay ! ffdec_h263 !  ffmpegcolorspace ! xvimagesink

seems to work fine.