[Bug 415754] [API] GstCollectPads2; muxing sparse/subtitle streams

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 11 08:50:50 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=415754
  GStreamer | gstreamer (core) | git

Ben Cahill <ben.m.cahill> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #193450|0                           |1
        is obsolete|                            |

--- Comment #42 from Ben Cahill <ben.m.cahill at intel.com> 2011-08-11 15:50:38 UTC ---
Created an attachment (id=193647)
 View: https://bugzilla.gnome.org/attachment.cgi?id=193647
 Review: https://bugzilla.gnome.org/review?bug=415754&attachment=193647

Port mpegtsmux to use GstCollectPads2, 3rd version

Ooops, yet again found a bug, this time some confusion on my part about
unreffing best->queued_buf (from original mpegtsmux).  best->queued_buf is not
necessary anymore, since GstCollectPads2 passes the buffer as a call parameter
to mpegtsmux_buffer_cb().

I removed queued_buf from struct MpegTsPadData, changed name of "buffer" passed
from GstCollectPads2 to "queued_buf" to describe its role, and fixed the unref
bug.

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