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 594258 - missing break in rtcpbuffer
missing break in rtcpbuffer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal critical
: 0.10.25
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-05 19:07 UTC by Håvard Graff (hgr)
Modified: 2009-09-08 11:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (758 bytes, patch)
2009-09-05 19:07 UTC, Håvard Graff (hgr)
committed Details | Review

Description Håvard Graff (hgr) 2009-09-05 19:07:55 UTC
Created attachment 142555 [details] [review]
patch

case GST_RTCP_TYPE_PSFB: will be unknown_type because of missing break
Comment 1 Wim Taymans 2009-09-08 11:04:01 UTC
commit f0f72088bc1a255a3e85e251c1a6ba89a0f55d38
Author: Havard Graff <havard.graff@tandberg.com>
Date:   Mon Aug 31 20:36:37 2009 +0200

    rtcpbuffer: add missing break in handling of GST_RTCP_TYPE_PSFB
    
    Fixes #594258