mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
Fix typo
Original commit message from CVS: Fix typo
This commit is contained in:
parent
adb6e2b013
commit
8d011c1f87
1 changed files with 2 additions and 2 deletions
|
@ -488,9 +488,9 @@ gboolean gst_pad_dispatcher (GstPad *pad, GstPadDispatcherFunction dispatch
|
||||||
gpointer data);
|
gpointer data);
|
||||||
|
|
||||||
#define gst_pad_add_probe(pad, probe) \
|
#define gst_pad_add_probe(pad, probe) \
|
||||||
(gst_probe_dispatcher_add_probe (&(GST_REAL_PAD (pad)-probedisp), probe))
|
(gst_probe_dispatcher_add_probe (&(GST_REAL_PAD (pad)->probedisp), probe))
|
||||||
#define gst_pad_remove_probe(pad, probe) \
|
#define gst_pad_remove_probe(pad, probe) \
|
||||||
(gst_probe_dispatcher_remove_probe (&(GST_REAL_PAD (pad)-probedisp), probe))
|
(gst_probe_dispatcher_remove_probe (&(GST_REAL_PAD (pad)->probedisp), probe))
|
||||||
|
|
||||||
#ifndef GST_DISABLE_LOADSAVE
|
#ifndef GST_DISABLE_LOADSAVE
|
||||||
void gst_pad_load_and_link (xmlNodePtr self, GstObject *parent);
|
void gst_pad_load_and_link (xmlNodePtr self, GstObject *parent);
|
||||||
|
|
Loading…
Reference in a new issue