[Bug 642277] [queue2] not all streaming files are saved
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Feb 22 05:54:25 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=642277
GStreamer | gst-plugins-good | 0.10.28
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDINFO
--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-02-22 13:54:20 UTC ---
Just to be clear, queue2 itself doesn't care about the media types.
It is playbin2/uridecodebin that will only plug a queue2 element for certain
media types if so requested.
I agree with the other patch having been WONTFIXed.
If you always want to save the http data, there are different ways of achieving
that:
- you could set up a pad probe on the source's source pad and capture data
there and do with it whatever you like
- you could create a convenience bin http source with a higher rank than
souphttpsrc that contains souphttpsrc ! queue2 or some other element that saves
date to disk.
--
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