summaryrefslogtreecommitdiffstats
path: root/gst/udp/gstudpsrc.h
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2004-08-19 13:33:46 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2004-08-19 13:33:46 +0000
commit7c336e85adfe67fbfcfb8a22b730e669beb28dfa (patch)
tree1ae4bfa3479148b0bf186a7b70ac86b8c03e960e /gst/udp/gstudpsrc.h
parent5de70d8e4b5f320675431a952d7b3df799701ed2 (diff)
gst/udp/gstudpsrc.*: Don't call gst_pad_push in a get function. Fixes #150449
Original commit message from CVS: * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get): * gst/udp/gstudpsrc.h: Don't call gst_pad_push in a get function. Fixes #150449
Diffstat (limited to 'gst/udp/gstudpsrc.h')
-rw-r--r--gst/udp/gstudpsrc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/udp/gstudpsrc.h b/gst/udp/gstudpsrc.h
index f16673df..7573a2c6 100644
--- a/gst/udp/gstudpsrc.h
+++ b/gst/udp/gstudpsrc.h
@@ -75,6 +75,7 @@ struct _GstUDPSrc {
GstClock *clock;
gboolean first_buf;
+ GstData *defer_data;
};
struct _GstUDPSrcClass {