summaryrefslogtreecommitdiff
path: root/gst/gstnicesrc.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-11-19 18:17:35 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-11-19 18:17:35 -0500
commit0671c485e087c5d656053f348037a3235e414701 (patch)
tree218cf7bf38504d7632dd975ce0793300667ebca0 /gst/gstnicesrc.h
parentbeaedc417f70ca095d41236b9a11857d206cee35 (diff)
downloadlibnice-0671c485e087c5d656053f348037a3235e414701.tar.gz
Revert "Save the to/from addresses and put them in newly created buffers"
This reverts commit cbe7189aaa53093a593e5b07cc8de5050e95ee98.
Diffstat (limited to 'gst/gstnicesrc.h')
-rw-r--r--gst/gstnicesrc.h15
1 files changed, 3 insertions, 12 deletions
diff --git a/gst/gstnicesrc.h b/gst/gstnicesrc.h
index 960328d..bac19a2 100644
--- a/gst/gstnicesrc.h
+++ b/gst/gstnicesrc.h
@@ -63,22 +63,13 @@ struct _GstNiceSrc
{
GstBaseSrc parent;
GstPad *srcpad;
- GMainLoop *mainloop;
-
- /* Protected by the object lock */
- gboolean unlocked;
- GSource *idle_source;
NiceAgent *agent;
guint stream_id;
guint component_id;
-
- /* Protected by the stream lock */
+ GMainLoop *mainloop;
GstBuffer *outbuf;
-
- /* Protected by the object lock */
- gulong new_selected_pair_id;
- GstNetAddress from;
- GstNetAddress to;
+ gboolean unlocked;
+ GSource *idle_source;
};
typedef struct _GstNiceSrcClass GstNiceSrcClass;