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 676028 - Wrong profile setting in H264 RTP payloader
Wrong profile setting in H264 RTP payloader
Status: RESOLVED DUPLICATE of bug 672019
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.31
Other All
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-14 13:38 UTC by Matteo Pampolini
Modified: 2012-05-18 12:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matteo Pampolini 2012-05-14 13:38:48 UTC
RTP streaming of some MKV/H264 files (as an example the ones generated by recording AXIS encoders streams) fails with a sort of 'reason not-linked' error.

After some investigations, it appears that the error is in function gst_rtp_h264_pay_getcaps of gstrtph264pay.c source file, where at lines 357 and 363 if profile is missing or invalid it is set to 'constrained-baseline' instead of 'baseline' as the comment itself seems to say.

With the above changes everything is fine.

Matteo
Comment 1 Mark Nauwelaerts 2012-05-18 12:57:27 UTC

*** This bug has been marked as a duplicate of bug 672019 ***