mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
pad: fix spurious include
This commit is contained in:
parent
4d6e4ea9e6
commit
98fdfa1815
1 changed files with 0 additions and 3 deletions
|
@ -781,9 +781,6 @@ struct _GstPadClass {
|
|||
#define GST_PAD_BLOCK_SIGNAL(pad) (g_cond_signal(GST_PAD_BLOCK_GET_COND (pad)))
|
||||
#define GST_PAD_BLOCK_BROADCAST(pad) (g_cond_broadcast(GST_PAD_BLOCK_GET_COND (pad)))
|
||||
|
||||
/* FIXME: this awful circular dependency need to be resolved properly (see padtemplate.h) */
|
||||
#include <gst/gstpadtemplate.h>
|
||||
|
||||
GType gst_pad_get_type (void);
|
||||
|
||||
/* creating pads */
|
||||
|
|
Loading…
Reference in a new issue