diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2008-11-19 18:17:35 -0500 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2008-11-19 18:17:35 -0500 |
commit | 0671c485e087c5d656053f348037a3235e414701 (patch) | |
tree | 218cf7bf38504d7632dd975ce0793300667ebca0 /gst/gstnicesrc.h | |
parent | beaedc417f70ca095d41236b9a11857d206cee35 (diff) | |
download | libnice-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.h | 15 |
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; |