srt: Remove white space
https://bugzilla.gnome.org/show_bug.cgi?id=796842
This commit is contained in:
parent
5c52f866ad
commit
aafdfdb5e4
@ -1,7 +1,7 @@
|
|||||||
/* GStreamer
|
/* GStreamer
|
||||||
* Copyright (C) 2017, Collabora Ltd.
|
* Copyright (C) 2017, Collabora Ltd.
|
||||||
* Author:Justin Kim <justin.kim@collabora.com>
|
* Author:Justin Kim <justin.kim@collabora.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
* License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* GStreamer SRT plugin based on libsrt
|
/* GStreamer SRT plugin based on libsrt
|
||||||
* Copyright (C) 2017, Collabora Ltd.
|
* Copyright (C) 2017, Collabora Ltd.
|
||||||
* Author:Justin Kim <justin.kim@collabora.com>
|
* Author:Justin Kim <justin.kim@collabora.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
* License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
@ -179,7 +179,7 @@ gst_srt_base_src_class_init (GstSRTBaseSrcClass * klass)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* GstSRTBaseSrc:uri:
|
* GstSRTBaseSrc:uri:
|
||||||
*
|
*
|
||||||
* The URI used by SRT Connection.
|
* The URI used by SRT Connection.
|
||||||
*/
|
*/
|
||||||
properties[PROP_URI] = g_param_spec_string ("uri", "URI",
|
properties[PROP_URI] = g_param_spec_string ("uri", "URI",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* GStreamer
|
/* GStreamer
|
||||||
* Copyright (C) 2017, Collabora Ltd.
|
* Copyright (C) 2017, Collabora Ltd.
|
||||||
* Author:Justin Kim <justin.kim@collabora.com>
|
* Author:Justin Kim <justin.kim@collabora.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
* License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
@ -47,6 +47,7 @@ struct _GstSRTBaseSrc {
|
|||||||
gchar *passphrase;
|
gchar *passphrase;
|
||||||
gint key_length;
|
gint key_length;
|
||||||
|
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
gpointer _gst_reserved[GST_PADDING];
|
gpointer _gst_reserved[GST_PADDING];
|
||||||
};
|
};
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* GStreamer SRT plugin based on libsrt
|
/* GStreamer SRT plugin based on libsrt
|
||||||
* Copyright (C) 2017, Collabora Ltd.
|
* Copyright (C) 2017, Collabora Ltd.
|
||||||
* Author:Justin Kim <justin.kim@collabora.com>
|
* Author:Justin Kim <justin.kim@collabora.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
* License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* GStreamer
|
/* GStreamer
|
||||||
* Copyright (C) 2017, Collabora Ltd.
|
* Copyright (C) 2017, Collabora Ltd.
|
||||||
* Author:Justin Kim <justin.kim@collabora.com>
|
* Author:Justin Kim <justin.kim@collabora.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
* License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* GStreamer SRT plugin based on libsrt
|
/* GStreamer SRT plugin based on libsrt
|
||||||
* Copyright (C) 2017, Collabora Ltd.
|
* Copyright (C) 2017, Collabora Ltd.
|
||||||
* Author:Justin Kim <justin.kim@collabora.com>
|
* Author:Justin Kim <justin.kim@collabora.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
* License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
@ -284,8 +284,8 @@ gst_srt_client_src_class_init (GstSRTClientSrcClass * klass)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* GstSRTClientSrc:poll-timeout:
|
* GstSRTClientSrc:poll-timeout:
|
||||||
*
|
*
|
||||||
* The timeout(ms) value when polling SRT socket.
|
* The timeout(ms) value when polling SRT socket.
|
||||||
*/
|
*/
|
||||||
properties[PROP_POLL_TIMEOUT] =
|
properties[PROP_POLL_TIMEOUT] =
|
||||||
g_param_spec_int ("poll-timeout", "Poll timeout",
|
g_param_spec_int ("poll-timeout", "Poll timeout",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* GStreamer
|
/* GStreamer
|
||||||
* Copyright (C) 2017, Collabora Ltd.
|
* Copyright (C) 2017, Collabora Ltd.
|
||||||
* Author:Justin Kim <justin.kim@collabora.com>
|
* Author:Justin Kim <justin.kim@collabora.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
* License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* GStreamer SRT plugin based on libsrt
|
/* GStreamer SRT plugin based on libsrt
|
||||||
* Copyright (C) 2017, Collabora Ltd.
|
* Copyright (C) 2017, Collabora Ltd.
|
||||||
* Author:Justin Kim <justin.kim@collabora.com>
|
* Author:Justin Kim <justin.kim@collabora.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
* License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
@ -32,7 +32,7 @@
|
|||||||
* gst-launch-1.0 -v audiotestsrc ! srtserversink
|
* gst-launch-1.0 -v audiotestsrc ! srtserversink
|
||||||
* ]| This pipeline shows how to serve SRT packets through the default port.
|
* ]| This pipeline shows how to serve SRT packets through the default port.
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
@ -537,7 +537,7 @@ gst_srt_server_sink_class_init (GstSRTServerSinkClass * klass)
|
|||||||
* @sock: the client socket descriptor that was added to srtserversink
|
* @sock: the client socket descriptor that was added to srtserversink
|
||||||
* @addr: the pointer of "struct sockaddr" that describes the @sock
|
* @addr: the pointer of "struct sockaddr" that describes the @sock
|
||||||
* @addr_len: the length of @addr
|
* @addr_len: the length of @addr
|
||||||
*
|
*
|
||||||
* The given socket descriptor was added to srtserversink.
|
* The given socket descriptor was added to srtserversink.
|
||||||
*/
|
*/
|
||||||
signals[SIG_CLIENT_ADDED] =
|
signals[SIG_CLIENT_ADDED] =
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* GStreamer
|
/* GStreamer
|
||||||
* Copyright (C) 2017, Collabora Ltd.
|
* Copyright (C) 2017, Collabora Ltd.
|
||||||
* Author:Justin Kim <justin.kim@collabora.com>
|
* Author:Justin Kim <justin.kim@collabora.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
* License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* GStreamer SRT plugin based on libsrt
|
/* GStreamer SRT plugin based on libsrt
|
||||||
* Copyright (C) 2017, Collabora Ltd.
|
* Copyright (C) 2017, Collabora Ltd.
|
||||||
* Author:Justin Kim <justin.kim@collabora.com>
|
* Author:Justin Kim <justin.kim@collabora.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
* License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
@ -30,9 +30,9 @@
|
|||||||
* <title>Examples</title>
|
* <title>Examples</title>
|
||||||
* |[
|
* |[
|
||||||
* gst-launch-1.0 -v srtserversrc uri="srt://:7001" ! fakesink
|
* gst-launch-1.0 -v srtserversrc uri="srt://:7001" ! fakesink
|
||||||
* ]| This pipeline shows how to bind SRT server by setting #GstSRTServerSrc:uri property.
|
* ]| This pipeline shows how to bind SRT server by setting #GstSRTServerSrc:uri property.
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
@ -441,7 +441,7 @@ gst_srt_server_src_class_init (GstSRTServerSrcClass * klass)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* GstSRTServerSrc:poll-timeout:
|
* GstSRTServerSrc:poll-timeout:
|
||||||
*
|
*
|
||||||
* The timeout(ms) value when polling SRT socket. For #GstSRTServerSrc,
|
* The timeout(ms) value when polling SRT socket. For #GstSRTServerSrc,
|
||||||
* this value shouldn't be set as -1 (infinite) because "srt_epoll_wait"
|
* this value shouldn't be set as -1 (infinite) because "srt_epoll_wait"
|
||||||
* isn't cancellable unless closing the socket.
|
* isn't cancellable unless closing the socket.
|
||||||
@ -459,7 +459,7 @@ gst_srt_server_src_class_init (GstSRTServerSrcClass * klass)
|
|||||||
* @sock: the client socket descriptor that was added to srtserversrc
|
* @sock: the client socket descriptor that was added to srtserversrc
|
||||||
* @addr: the pointer of "struct sockaddr" that describes the @sock
|
* @addr: the pointer of "struct sockaddr" that describes the @sock
|
||||||
* @addr_len: the length of @addr
|
* @addr_len: the length of @addr
|
||||||
*
|
*
|
||||||
* The given socket descriptor was added to srtserversrc.
|
* The given socket descriptor was added to srtserversrc.
|
||||||
*/
|
*/
|
||||||
signals[SIG_CLIENT_ADDED] =
|
signals[SIG_CLIENT_ADDED] =
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* GStreamer
|
/* GStreamer
|
||||||
* Copyright (C) 2017, Collabora Ltd.
|
* Copyright (C) 2017, Collabora Ltd.
|
||||||
* Author:Justin Kim <justin.kim@collabora.com>
|
* Author:Justin Kim <justin.kim@collabora.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
* License as published by the Free Software Foundation; either
|
* License as published by the Free Software Foundation; either
|
||||||
|
Loading…
x
Reference in New Issue
Block a user