[Bug 674130] nassink hangs with audiolib error, ( pipeline never set to NULL)
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Apr 20 10:24:47 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=674130
GStreamer | gst-plugins-bad | 0.10.23
--- Comment #2 from OHt <ole.hellqvist at spray.se> 2012-04-20 17:24:42 UTC ---
he old symptom was back...
new problem is that as the unprep function is activated after the close
function the nas server is set to null, this makes the "NAS_flush" function go
crazy as it uses the server id for event handeling.
I,ve added the line : if ( sink->audio != NULL)
before " NAS_flush (sink);"
Making the call in unprep conditional.
An alternative would be to have some error handleling in NAS_flush.
after that it worked ...
--
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