comparison libpurple/media-gst.h @ 26475:462e5c27dbd7

Use purple_media_manager_get_pipeline instead.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Wed, 01 Apr 2009 01:05:03 +0000
parents 9c671fc1b351
children 081a819bc710
comparison
equal deleted inserted replaced
26474:9c671fc1b351 26475:462e5c27dbd7
82 * @return The source retrieved. 82 * @return The source retrieved.
83 */ 83 */
84 GstElement *purple_media_get_src(PurpleMedia *media, const gchar *sess_id); 84 GstElement *purple_media_get_src(PurpleMedia *media, const gchar *sess_id);
85 85
86 /** 86 /**
87 * Gets the pipeline from the media session.
88 *
89 * @param media The media session to retrieve the pipeline from.
90 *
91 * @return The pipeline retrieved.
92 */
93 GstElement *purple_media_get_pipeline(PurpleMedia *media);
94
95 /**
96 * Gets the tee from a given session/stream. 87 * Gets the tee from a given session/stream.
97 * 88 *
98 * @param media The instance to get the tee from. 89 * @param media The instance to get the tee from.
99 * @param session_id The id of the session to get the tee from. 90 * @param session_id The id of the session to get the tee from.
100 * @param participant Optionally, the participant of the stream to get the tee from. 91 * @param participant Optionally, the participant of the stream to get the tee from.