GNOME Bugzilla – Bug 586965
[dvdnav] Types declaration should be done at the beginning of the method
Last modified: 2009-08-16 18:11:30 UTC
The MSVC compiler doesn't allow to declare a type in the middle of a method and thus it should be done at the beginning. This bug affects gst-plugins-bad/ext/dvdnav/dvdnavsrc.c I attach the patch
Created attachment 137373 [details] [review] Fixes types declaration bug
The dvdnav element was more or less replaced by the resindvd element
Personally, I think we should remove the dvdnav element. It requires hacking configure.ac and other things to even enable the build, and resindvd is mature enough that I think we could move it to -ugly soon.
> Personally, I think we should remove the dvdnav element. It requires hacking > configure.ac and other things to even enable the build +1
Agreed
This can be closed now that dvdnav is no more: http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/commit/?id=f5d046a0b034f9bd7274291f7131ee5db1a30052
True, thanks for the tip.