mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
discoverer: fix typo in header file
https://bugzilla.gnome.org/show_bug.cgi?id=740675
This commit is contained in:
parent
2c649370ce
commit
274d8066ce
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ typedef GObjectClass GstDiscovererInfoClass;
|
|||
GType gst_discoverer_info_get_type (void);
|
||||
|
||||
#define gst_discoverer_info_unref(info) (g_object_unref((GObject*)info))
|
||||
#define gst_discoverer_info_ref(info) (g_object_ref((Gbject*)info))
|
||||
#define gst_discoverer_info_ref(info) (g_object_ref((GObject*)info))
|
||||
|
||||
GstDiscovererInfo* gst_discoverer_info_copy (GstDiscovererInfo * ptr);
|
||||
|
||||
|
|
Loading…
Reference in a new issue