mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
Fix c&p error in method name
This commit is contained in:
parent
4eddb6d8a3
commit
5ddc0b00d7
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ public void SetPosition (Gst.Format format, long cur) {
|
|||
[DllImport ("gstreamer-0.10.dll") ]
|
||||
static extern void gst_query_parse_position (IntPtr query, out Gst.Format format, out long cur);
|
||||
|
||||
public void ParseConvert (out Gst.Format format, out long cur) {
|
||||
public void ParsePosition (out Gst.Format format, out long cur) {
|
||||
if (Type != QueryType.Position)
|
||||
throw new ApplicationException ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue