[Bug 796690] A bug in PlaybackTutorial7.cs

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Oct 11 23:20:42 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796690

--- Comment #3 from tomislavtustonic at gmail.com ---
Here's a patch, hope it's OK.

As for your other comments:
- I tested with the GstSharp 1.14.2 Nuget package
- I didn't compile gstreamer-sharp from the master, because it doesn't build in
Visual Studio. Meson requires to setup c compiler, python etc, and I don't have
the time ATM.
- Original bug is GStreamer version is 1.14.1
- didn't test with 1.14.2, because of this bug:
https://bugzilla.gnome.org/show_bug.cgi?id=796858
- there's no access violation exception with the GStreamer 1.14.4, so it seems
to be fine (but the sample is still broken and the patch fixes it).

As a suggestion, could it be possible to refactor gstreamer-sharp VS solution
into two projects - Sources and Samples? It is quite hard to build this way
with the samples included. 
Also, it targets the .Net 2.0 which is too old. It's much better to use .Net
standard. Mono 5.4 supports .Net standard 2, and Mono 4.6 supports .Net
standard 1.6 (I tried with 2.0, but perhaps 1.6 would be sufficient).

If you're interested I can zip and send you a refactored VS solution.

Thanks, cheers,
Tom

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