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 311600 - Add MPEG-2 support to mpeg1videoparse
Add MPEG-2 support to mpeg1videoparse
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other All
: High normal
: 0.8.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-26 14:36 UTC by Ronald Bultje
Modified: 2005-07-27 16:05 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
bla (17.98 KB, patch)
2005-07-26 14:36 UTC, Ronald Bultje
none Details | Review

Description Ronald Bultje 2005-07-26 14:36:19 UTC
Attached patch cleans up mpeg1videoparse a bit more, and adds support for MPEG-2
video to it.
Comment 1 Ronald Bultje 2005-07-26 14:36:36 UTC
Created attachment 49780 [details] [review]
bla
Comment 2 Brent Smith (smitten) 2005-07-26 21:51:27 UTC
confirming the bug so the patch gets some attention.
Comment 3 Ronald Bultje 2005-07-27 16:05:42 UTC
2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

        * gst/mpeg1videoparse/gstmp1videoparse.c:
        (gst_mp1videoparse_base_init), (gst_mp1videoparse_class_init),
        (gst_mp1videoparse_init), (mp1videoparse_parse_seq),
        (gst_mp1videoparse_negotiate), (mp1videoparse_parse_ext),
        (mp1videoparse_read_obj), (mp1videoparse_valid_sync),
        (mp1videoparse_find_next_gop), (gst_mp1videoparse_real_chain),
        (gst_mp1videoparse_change_state), (plugin_init):
        * gst/mpeg1videoparse/gstmp1videoparse.h:
          Add support for MPEG-2 video (#311600).