diff options
Diffstat (limited to 'libpurple/media-gst.h')
-rw-r--r-- | libpurple/media-gst.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libpurple/media-gst.h b/libpurple/media-gst.h index 3840792d2b..d729e32aa5 100644 --- a/libpurple/media-gst.h +++ b/libpurple/media-gst.h @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef _PURPLE_MEDIA_GST_H_ @@ -42,7 +42,7 @@ G_BEGIN_DECLS #define PURPLE_IS_MEDIA_ELEMENT_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), PURPLE_TYPE_MEDIA_ELEMENT_INFO)) #define PURPLE_MEDIA_ELEMENT_INFO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), PURPLE_TYPE_MEDIA_ELEMENT_INFO, PurpleMediaElementInfo)) -/** @copydoc _PurpleMediaElementInfo */ +/** An opaque structure representing an audio/video source/sink. */ typedef struct _PurpleMediaElementInfo PurpleMediaElementInfo; typedef struct _PurpleMediaElementInfoClass PurpleMediaElementInfoClass; typedef GstElement *(*PurpleMediaElementCreateCallback)(PurpleMedia *media, @@ -138,6 +138,9 @@ GstElement *purple_media_manager_get_pipeline(PurpleMediaManager *manager); * * @param manager The media manager to use to obtain the source/sink. * @param type The type of source/sink to get. + * @param media The media call this element is requested for. + * @param session_id The id of the session this element is requested for or NULL. + * @param participant The remote user this element is requested for or NULL. * * @since 2.6.0 */ |