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 774132 - mpegts: fix typo in GstMpegtsDescriptor docs
mpegts: fix typo in GstMpegtsDescriptor docs
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Mac OS
: Normal minor
: 1.11.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-09 08:20 UTC by Gabby Park
Modified: 2016-11-10 10:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix typo in GstMpegtsDescriptor (975 bytes, patch)
2016-11-09 08:20 UTC, Gabby Park
committed Details | Review

Description Gabby Park 2016-11-09 08:20:32 UTC
Created attachment 339366 [details] [review]
fix typo in GstMpegtsDescriptor

The first byte is descriptor_tag and second byte is descriptor_length.
But, there is a possibility of confusion in the comment for GstMpegtsDescriptor.
Comment 1 Tim-Philipp Müller 2016-11-10 10:12:27 UTC
Thanks for the patch, pushed:

commit 324b3873c8cbf67bc8d79c0c902c5ba3f8ef6ccf
Author: Dongil Park <dongil.park@lge.com>
Date:   Wed Nov 9 17:10:21 2016 +0900

    mpegts: fix typo in GstMpegtsDescriptor
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774132


(Meant to fix the summary to 'fix typo in GstMpegtsDescriptor docs' but forgot).