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 725335 - rtspsrc: Extract the payload type from sdp framesize attribute
rtspsrc: Extract the payload type from sdp framesize attribute
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-27 17:06 UTC by Linus Svensson
Modified: 2015-03-09 09:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Do not include payload type in the caps (2.01 KB, patch)
2014-02-27 17:06 UTC, Linus Svensson
committed Details | Review

Description Linus Svensson 2014-02-27 17:06:07 UTC
Created attachment 270493 [details] [review]
Do not include payload type in the caps

When sdp media attributes are added to the caps in the rtspsrc the payload type should not be included for the framesize attribute.

The payload type is proposed added by the patch in https://bugzilla.gnome.org/show_bug.cgi?id=725334
Comment 1 Sebastian Dröge (slomo) 2015-03-09 09:19:02 UTC
commit 398296d9780fa7731d7be8db6f3dbbfa09e053a1
Author: Linus Svensson <linussn@axis.com>
Date:   Thu Feb 27 10:52:16 2014 +0100

    rtspsrc: Don't include payload type in the caps for framesize
    
    When the sdp media attribute framesize are converted to caps
    the <payload> should not be included.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725335
Comment 2 Sebastian Dröge (slomo) 2015-03-09 09:22:34 UTC
Also in rtsp server for RECORD.

commit 93bdbb6acdf8fdbd9e68c8906f4e96172aeed1a6
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Mon Mar 9 10:21:49 2015 +0100

    rtsp-media: Don't include payload type in the caps for framesize
    
    When the sdp media attribute framesize are converted to caps
    the <payload> should not be included.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725335
    
    Based on the patch for rtspsrc by Linus Svensson <linussn@axis.com>