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 695475 - h264parser: Fix the return value type for the SEI palyload parsing methods.
h264parser: Fix the return value type for the SEI palyload parsing methods.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.1.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-08 23:58 UTC by sreerenj
Modified: 2013-07-01 10:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
h264parser: Fix the return value type for the SEI palyload parsing methods. (1.39 KB, patch)
2013-03-08 23:58 UTC, sreerenj
committed Details | Review

Description sreerenj 2013-03-08 23:58:59 UTC
Created attachment 238438 [details] [review]
h264parser: Fix the return value type for the SEI palyload parsing methods.

h264parser: Fix the return value type for the SEI palyload parsing methods.
Comment 1 sreerenj 2013-06-27 08:25:05 UTC
ping?
Comment 2 Sebastian Dröge (slomo) 2013-07-01 09:24:42 UTC
commit 65758debf1eead6028f0b22a13d7965d44c0f731
Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
Date:   Sat Mar 9 01:49:23 2013 +0200

    h264parser: Fix the return value type for the SEI palyload parsing methods.
    
    The return value type of SEI payload parsing functions
    are GstH264ParserResult.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695475