I am running the latest Gstreamer-Sharp 0.9.2 from OSSBuild on
Windows7. Copied the the sample code from "AppSrc.cs" in the samples directory and compiled it and it ran. I then added an identity element between the colorspace and video sink and it still ran fine. But when I connected to the identities handoff signal using "Ident.HandOff += OnHandoff" now the program crashes with an access error. It looks like I revived the handoff callback once and as soon as the function exited I get the crash. Is this a bug or am I doing something wrong. Thanks Levi _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
You can better take git master for gstreamer-sharp, as it contains
some bugfixes that could very well solve the problem that you're seeing. Maarten 2011/7/19 Levi Pope <[hidden email]>: > I am running the latest Gstreamer-Sharp 0.9.2 from OSSBuild on > Windows7. Copied the the sample code from "AppSrc.cs" in the samples > directory and compiled it and it ran. I then added an identity > element between the colorspace and video sink and it still ran fine. > But when I connected to the identities handoff signal using > "Ident.HandOff += OnHandoff" now the program crashes with an access > error. It looks like I revived the handoff callback once and as soon > as the function exited I get the crash. Is this a bug or am I doing > something wrong. > > Thanks > Levi > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
I have tried getting the latest and building it but still no luck. Has
anyone tried to use this. I tried another one of the samples and it will not even work as is. (typefind.cs). Any ideas? Thanks > You can better take git master for gstreamer-sharp, as it contains > some bugfixes that could very well solve the problem that you're > seeing. > > Maarten >> >> I am running the latest Gstreamer-Sharp 0.9.2 from OSSBuild on >> Windows7. Copied the the sample code from "AppSrc.cs" in the samples >> directory and compiled it and it ran. I then added an identity >> element between the colorspace and video sink and it still ran fine. >> But when I connected to the identities handoff signal using >> "Ident.HandOff += OnHandoff" now the program crashes with an access >> error. It looks like I revived the handoff callback once and as soon >> as the function exited I get the crash. Is this a bug or am I doing >> something wrong. >> >> Thanks >> Levi >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel >> > gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |