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 651059 - rtspsrc: uniform unknown message handling
rtspsrc: uniform unknown message handling
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal trivial
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-05-25 12:53 UTC by Miguel Angel Cabrera Moya
Modified: 2011-06-15 22:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix for the bug report (1.09 KB, patch)
2011-05-25 12:55 UTC, Miguel Angel Cabrera Moya
committed Details | Review

Description Miguel Angel Cabrera Moya 2011-05-25 12:53:58 UTC
Do the same processing in all the cases when an unknown message is received. That is, give a warning.
Comment 1 Miguel Angel Cabrera Moya 2011-05-25 12:55:11 UTC
Created attachment 188585 [details] [review]
fix for the bug report
Comment 2 Sebastian Dröge (slomo) 2011-05-25 18:09:07 UTC
commit c39b7a53592a8eeb9d86752e6cd7cc6bd23b0dd0
Author: Miguel Angel Cabrera Moya <madmac2501@gmail.com>
Date:   Wed May 25 14:50:26 2011 +0200

    rtspsrc: uniform unknown message handling
    
    Do the same processing in all the cases when an unknown message is received.
    That is, give a warning.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=651059