[Bug 724856] mpegpsdemux for python unnormal
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Feb 20 23:42:55 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=724856
GStreamer | gst-plugins-bad | 1.1.1
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |t.i.m at zen.co.uk
Resolution| |NOTABUG
Target Milestone|HEAD |NONE
--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-02-21 08:03:32 UTC ---
This is not a bug, but expected behaviour.
The link() between mpegpsdemux and filesink will fail, because the demuxer
doesn't have any source pads yet before dataflow starts.
use the pad-added signal to wait for a pad on the demuxer, or build the
pipeline using Gst.parse_launch(), which will handle that automatically for
you.
Please use the gstreamer-devel mailing list for any further support questions,
thanks.
--
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