summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-03 11:35:39 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-03 11:35:39 +0000
commit909a0e333992f6cfae4c9896b4974db1b5373259 (patch)
tree64a5f6c7521e61bbbe4276d6ab95c1d725f104d8 /gst/rtpmanager/gstrtpbin.h
parentd99773bc390ff590d10865982270e649494f952b (diff)
downloadgst-plugins-bad-909a0e333992f6cfae4c9896b4974db1b5373259.tar.gz
gst-plugins-bad-909a0e333992f6cfae4c9896b4974db1b5373259.tar.bz2
gst-plugins-bad-909a0e333992f6cfae4c9896b4974db1b5373259.zip
gst/rtpmanager/: Some more ghostpad magic.
Original commit message from CVS: * gst/rtpmanager/gstrtpbin.c: (find_session_by_id), (create_session), (gst_rtp_bin_base_init), (create_recv_rtp), (create_recv_rtcp), (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad): * gst/rtpmanager/gstrtpbin.h: * gst/rtpmanager/gstrtpclient.c: Some more ghostpad magic.
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r--gst/rtpmanager/gstrtpbin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h
index 5b3d7954..517c1178 100644
--- a/gst/rtpmanager/gstrtpbin.h
+++ b/gst/rtpmanager/gstrtpbin.h
@@ -40,8 +40,8 @@ typedef struct _GstRTPBinPrivate GstRTPBinPrivate;
struct _GstRTPBin {
GstBin element;
- /* a list of streams from a client */
- GList *streams;
+ /* a list of session */
+ GList *sessions;
/*< private >*/
GstRTPBinPrivate *priv;