[gstreamer-bugs] [Bug 570144] [ffdec] decodes unlinked streams

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Mar 4 23:43:36 PST 2009


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=570144

  GStreamer | gst-ffmpeg | Ver: git

Edward Hervey changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at gmail.com
             Status|UNCONFIRMED                 |NEEDINFO




------- Comment #1 from Edward Hervey  2009-03-05 07:44 UTC -------
A simpler way to expose this would have just been to construct a pipeline by
hand and not linking one of the pads.

Ex : Take a quicktime file with aac and h264 and do "uridecodebin !
audio/x-raw-int ! fakesink". This will only link the aac decoder and ffdec_h264
will not be linked.

And as far as I can tell ... it will not decode anything since we're not
providing ffmpeg with any output buffer (since we get the buffers from
downstream and it's not linked). That doesn't mean it's not calling any ffmpeg
code ! But at least it's (1) not calling the cpu-intensive parts and (2) still
has enough information so that if we decide to connect a pad all of a sudden it
will be able to carry on decoding from that point on.

Unless you come up with some logs proving it's actually decoding something,
this bug will be closed.


-- 
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=570144.




More information about the Gstreamer-bugs mailing list