[Bug 681642] [0.11] basesink: drops or duplicates buffers when dumping oggdemux output

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 7 12:52:07 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=681642
  GStreamer | gstreamer (core) | 0.11.x

Thiago Sousa Santos <thiago.sousa.santos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thiago.sousa.santos at collabo
                   |                            |ra.co.uk
           Severity|critical                    |major

--- Comment #2 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2013-11-07 20:52:01 UTC ---
I debugged and let me to the same as Wim. g_object_notify is async.

I guess the fakesink prints are relevant to debugging, I'd propose:

1) Add a signal to fakesink 'new-message', this would be sync.
'new-last-message' is weird because new and last doesn't make sense on the same
sentence, but new-message can be confusing as there is also GstMessage on the
gstreamer context.

This allows applications to integrate this into their debugging needs in a sync
manner.

2) Add an extra property to fakesink to make it print directly to stdout to
allow gst-launch to have sync output of those messages. Or make it handle
fakesink case specially to handle the last-message signal, but then it could be
mixed with the default _notify handling and we would have even more duplicated
outputs.

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