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 726028 - mpegvideoparse: Differentiate the mpeg-2 stream from mpeg-1 based on pic_ext also
mpegvideoparse: Differentiate the mpeg-2 stream from mpeg-1 based on pic_ext ...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-10 10:53 UTC by sreerenj
Modified: 2014-03-12 07:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
videoparsers: mpegvideoparse: Differentiate the mpeg-2 stream from mpeg-1 based on pic_ext also (1.12 KB, patch)
2014-03-10 10:53 UTC, sreerenj
committed Details | Review

Description sreerenj 2014-03-10 10:53:52 UTC
Created attachment 271417 [details] [review]
videoparsers: mpegvideoparse: Differentiate the mpeg-2 stream  from mpeg-1 based on pic_ext also

videoparsers: mpegvideoparse: Differentiate the mpeg-2 stream from mpeg-1 based on pic_ext also.Presenc of picture extension header identifies the stream as mpeg2.We are supposed to set the mpegversion to 2 if there is a picextension instead of blindly setting the version to 1
Comment 1 Sebastian Dröge (slomo) 2014-03-12 07:46:52 UTC
commit 4d17166b0355cad49ab8fda059a390db3eee6ad6
Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
Date:   Mon Mar 10 11:19:46 2014 +0200

    mpegvideoparse: Differentiate the mpeg-2 stream from mpeg-1 based on pic_ext
    
    Presence of picture extension header identifies the stream as mpeg2.
    We are supposed to set the mpegversion to 2 if there is a picextension
    instead of blindly setting the version to 1
    
    https://bugzilla.gnome.org/show_bug.cgi?id=726028