[gstreamer-bugs] [Bug 603059] Totem crashes when DVD is encrypted but libdvdcss isn't available

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 27 01:21:10 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=603059
  GStreamer | gst-plugins-bad | git

--- Comment #5 from Jan Schmidt <thaytan at mad.scientist.com> 2009-11-27 09:21:08 UTC ---
OK, the problem seems to be that when basesrc starts up, the pad activation
fails, and gst_base_src_stop is called, because the initial seek fails.

Nevertheless - the seek function in basesrc starts the pad task, which then
starts calling into the create() function.

I could work around it in resin, but fundamentally this is a basesrc bug.

I think the correct fix is for the seek function to check the RUNNING flag
before it restarts basesrc.

Wim?

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