[gstreamer-bugs] [Bug 347783] [PLUGIN-MOVE] GDP elements should be moved

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jul 31 02:03:28 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=347783
 GStreamer | gst-plugins-bad | Ver: HEAD CVS





------- Comment #6 from Wim Taymans  2006-07-31 09:03 UTC -------
from a quick look at the plugins:

 - gdp depayloader:
   - could be smarter with events received on the sinkpad:
     - EOS: check if one was sent in the datastream, if not forward, else
ignore.
     - tags: forward or discard? It currently discards.
   - seeking? either disable (false from seeking query, src event hanler
returns
     FALSE) or implement something.
   - DISCONT flag should clear the adapter. 
   - caps should be cleared in PAUSE->READY.

 - gdp payloader
   - seeking? I would disable this. (implement seeking query, return false from
     seekable, implement src event handler, return false from seek)
   - this->queue leaks



-- 
Configure bugmail: http://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