[gstreamer-bugs] [Bug 525095] New: Non-constant buffer size in raw decoded video frames received from fakesink's handoff signal

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Mar 30 03:28:55 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=525095

  GStreamer | don't know | Ver: 0.10.18
           Summary: Non-constant buffer size in raw decoded video frames
                    received from fakesink's handoff signal
           Product: GStreamer
           Version: 0.10.18
          Platform: Other
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: don't know
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: jones.noamle at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


I have a callback on the "handoff" signal of fakesink, in a pipeline (see
below) that decodes video. 
The problem is that GST_BUFFER_SIZE on the recieved buffer varies instead of
having the same constant size as expected by width*height*bpp. The variation
is: width*height*bpp + a few dozen bytes, with the "extra" number varying from
0 to a few dozen.

This is a version of gstreamer built using OABuild2 (the build was given to me
by the maintainer of http://people.collabora.co.uk/~oleavr/OABuild/)

Using the following pipeline:

udpsrc port=%d caps=\"application/x-rtp, media=(string)video,
clock-rate=(int)90000, encoding-name=(string)H263\" ! rtph263depay ! ffdec_h263
! ffmpegcolorspace ! video/x-raw-rgb,depth=(int)24 !  fakesink name=sink


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=525095.




More information about the Gstreamer-bugs mailing list