mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +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") ]
|
[DllImport ("gstreamer-0.10.dll") ]
|
||||||
static extern void gst_query_parse_position (IntPtr query, out Gst.Format format, out long cur);
|
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)
|
if (Type != QueryType.Position)
|
||||||
throw new ApplicationException ();
|
throw new ApplicationException ();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue