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 703667 - codecparsers: mpeg2: add missing gtk-doc entries
codecparsers: mpeg2: add missing gtk-doc entries
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-07-05 16:38 UTC by Gwenole Beauchesne
Modified: 2013-07-08 09:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
codecparsers: mpeg2: add missing gtk-doc entries (1.33 KB, patch)
2013-07-05 16:38 UTC, Gwenole Beauchesne
committed Details | Review

Description Gwenole Beauchesne 2013-07-05 16:38:27 UTC
Created attachment 248467 [details] [review]
codecparsers: mpeg2: add missing gtk-doc entries

Hi, this patch adds missing gtk-doc entries. In particular,
- gst_mpeg_video_parse_sequence_display_extension
- gst_mpeg_video_finalise_mpeg2_sequence_header
- gst_mpeg_video_quant_matrix_get_raster_from_zigzag
- gst_mpeg_video_quant_matrix_get_zigzag_from_raster
Comment 1 Tim-Philipp Müller 2013-07-05 16:46:51 UTC
Comment on attachment 248467 [details] [review]
codecparsers: mpeg2: add missing gtk-doc entries

Looks fine. You should feel free to push trivial stuff like this directly.
Comment 2 Gwenole Beauchesne 2013-07-08 08:18:03 UTC
OK, thanks. :)

commit daae2c6aa0be4475eaef22ccfc919d91b666b27c
Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Date:   Fri Jul 5 14:58:25 2013 +0200

    codecparsers: mpeg2: add missing gtk-doc entries.
    
    The following functions were missing gtk-doc entries:
    - gst_mpeg_video_parse_sequence_display_extension
    - gst_mpeg_video_finalise_mpeg2_sequence_header
    - gst_mpeg_video_quant_matrix_get_raster_from_zigzag
    - gst_mpeg_video_quant_matrix_get_zigzag_from_raster
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703667
    
    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>