-
Notifications
You must be signed in to change notification settings - Fork 554
[avfoundation] Fix incorrect selector for AVPlayerItemVideoOutput .ctor. Fixes #48382 #1276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…or. Fixes #48382 Commit ba37aa4 workaround around a signature clash incorrectly and turned the selector to static ones (and incorrectly set the handle) Also fix a typo in the [Advice] attribute of the old API https://bugzilla.xamarin.com/show_bug.cgi?id=48382
|
Build success |
| } | ||
|
|
||
| AVPlayerItemVideoOutput (NSDictionary data, AVPlayerItemVideoOutput.InitMode mode) : this (IntPtr.Zero) | ||
| AVPlayerItemVideoOutput (NSDictionary data, AVPlayerItemVideoOutput.InitMode mode) : this () |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this call : base (NSObjectFlag.Empty) instead?
Otherwise we'll be doing this:
[[[AVPlayerItemVideoOutput] alloc] init] initWith..]
i.e. calling init* twice.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed, once is enough :)
|
Build success |
…or. Fixes #48382 (#1276) Commit ba37aa4 workaround around a signature clash incorrectly and turned the selector to static ones (and incorrectly set the handle) Also fix a typo in the [Advice] attribute of the old API https://bugzilla.xamarin.com/show_bug.cgi?id=48382
…or. Fixes #48382 (#1276) Commit ba37aa4 workaround around a signature clash incorrectly and turned the selector to static ones (and incorrectly set the handle) Also fix a typo in the [Advice] attribute of the old API https://bugzilla.xamarin.com/show_bug.cgi?id=48382
…or. Fixes #48382 (dotnet#1276) Commit ba37aa4 workaround around a signature clash incorrectly and turned the selector to static ones (and incorrectly set the handle) Also fix a typo in the [Advice] attribute of the old API https://bugzilla.xamarin.com/show_bug.cgi?id=48382
…or. Fixes #48382 (#1276) (#1321) Commit ba37aa4 workaround around a signature clash incorrectly and turned the selector to static ones (and incorrectly set the handle) Also fix a typo in the [Advice] attribute of the old API https://bugzilla.xamarin.com/show_bug.cgi?id=48382
Commit ba37aa4 workaround around a signature clash incorrectly and
turned the selector to static ones (and incorrectly set the handle)
Also fix a typo in the [Advice] attribute of the old API
https://bugzilla.xamarin.com/show_bug.cgi?id=48382