[Bug 692933] [API] codecparsers: mpeg2: add new API that takes GstMpegVideoPacket arguments

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 8 01:17:31 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=692933
  GStreamer | gst-plugins-bad | unspecified

Gwenole Beauchesne <gb.devel> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #13 from Gwenole Beauchesne <gb.devel at gmail.com> 2013-07-08 08:17:27 UTC ---
commit daddc1d7d61e9edd918ca3b4f404a655459fce44
Author: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
Date:   Thu Jan 31 11:57:54 2013 +0100

    codecparsers: mpeg2: update test program with new GstMpegVideoPacket API.

    This is the lost hunk from:
    https://bugzilla.gnome.org/show_bug.cgi?id=692933

    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne at intel.com>

commit d10acd38790cd0f3d7b1318ff694281d67ddf473
Author: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
Date:   Thu Jul 4 14:22:14 2013 +0200

    mpegvideoparse: cope with new parser API.

    Migrate the code to use the new parser API based on GstMpegVideoPacket.

    Also try to optimize gst_mpegv_parse_process_config() by using more of
    GstMpegVideoPacket and determining the extension_start_code_identifier
    prior to calling the parser function for that extension packet.

    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne at intel.com>

commit 1a5265ef72375fc1cf383b9e707a998e7c293887
Author: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
Date:   Thu Jan 31 11:57:54 2013 +0100

    codecparsers: mpeg2: add new API that takes GstMpegVideoPacket arguments.

    Add new interface to MPEG-2 video parser that takes GstMpegVideoPacket
    arguments instead of data, size, and offset. New functions are called
    after gst_mpeg_video_packet_*() and provide the default implementation.

    Older API is moved to the deprecated namespace and uses the new functions.

    https://bugzilla.gnome.org/show_bug.cgi?id=692933

    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne at intel.com>

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list