mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
a bunch of gtk-doc fixes
Original commit message from CVS: a bunch of gtk-doc fixes
This commit is contained in:
parent
1a87d5538b
commit
bdea7633cd
23 changed files with 39 additions and 34 deletions
|
@ -45,7 +45,7 @@ g_list_free_list_and_elements (GList *list)
|
|||
*
|
||||
* Checks if the given caps have a non-null intersection.
|
||||
*
|
||||
* Return: TRUE, if both caps intersect.
|
||||
* Returns: TRUE, if both caps intersect.
|
||||
*/
|
||||
gboolean
|
||||
gst_autoplug_caps_intersect (GstCaps *src, GstCaps *sink)
|
||||
|
@ -75,7 +75,7 @@ gst_autoplug_caps_intersect (GstCaps *src, GstCaps *sink)
|
|||
*
|
||||
* Checks if a factory's sink can connect to the given caps
|
||||
*
|
||||
* Return: TRUE, if a connection can be established.
|
||||
* Returns: #GstPadTemplate that can connect to the given caps
|
||||
*/
|
||||
GstPadTemplate *
|
||||
gst_autoplug_can_connect_src (GstElementFactory *fac, GstCaps *src)
|
||||
|
@ -100,11 +100,11 @@ gst_autoplug_can_connect_src (GstElementFactory *fac, GstCaps *src)
|
|||
/**
|
||||
* gst_autoplug_can_connect_sink:
|
||||
* @fac: factory to connect to
|
||||
* @src: caps to check
|
||||
* @sink: caps to check
|
||||
*
|
||||
* Checks if a factory's src can connect to the given caps
|
||||
*
|
||||
* Return: TRUE, if a connection can be established.
|
||||
* Returns: #GstPadTemplate that can connect to the given caps
|
||||
*/
|
||||
GstPadTemplate *
|
||||
gst_autoplug_can_connect_sink (GstElementFactory *fac, GstCaps *sink)
|
||||
|
@ -311,8 +311,8 @@ gst_autoplug_factories_at_most_templates(GList *factories, GstPadDirection dir,
|
|||
*/
|
||||
/**
|
||||
* gst_autoplug_sp:
|
||||
* @srccaps: a #GstCaps to plug from.
|
||||
* @sinkcaps: the #GstCaps to plug to.
|
||||
* @src_caps: a #GstCaps to plug from.
|
||||
* @sink_caps: the #GstCaps to plug to.
|
||||
* @factories: a #GList containing all allowed #GstElementFactory entries.
|
||||
*
|
||||
* Finds the shortest path of elements that together make up a possible
|
||||
|
@ -322,7 +322,7 @@ gst_autoplug_factories_at_most_templates(GList *factories, GstPadDirection dir,
|
|||
* to get the shortest path.
|
||||
*/
|
||||
GList *
|
||||
gst_autoplug_sp (GstCaps *srccaps, GstCaps *sinkcaps, GList *factories)
|
||||
gst_autoplug_sp (GstCaps *src_caps, GstCaps *sink_caps, GList *factories)
|
||||
{
|
||||
GList *factory_nodes = NULL;
|
||||
guint curcost = GST_AUTOPLUG_MAX_COST; /* below this cost, there is no path */
|
||||
|
|
|
@ -33,7 +33,7 @@ extern GstElementDetails gst_aggregator_details;
|
|||
typedef enum {
|
||||
AGGREGATOR_LOOP = 1,
|
||||
AGGREGATOR_LOOP_SELECT,
|
||||
AGGREGATOR_CHAIN,
|
||||
AGGREGATOR_CHAIN
|
||||
} GstAggregatorSchedType;
|
||||
|
||||
#define GST_TYPE_AGGREGATOR \
|
||||
|
|
|
@ -50,7 +50,7 @@ typedef struct _GstFileSinkClass GstFileSinkClass;
|
|||
typedef enum {
|
||||
GST_FILESINK_OPEN = GST_ELEMENT_FLAG_LAST,
|
||||
|
||||
GST_FILESINK_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2,
|
||||
GST_FILESINK_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2
|
||||
} GstFileSinkFlags;
|
||||
|
||||
struct _GstFileSink {
|
||||
|
|
|
@ -44,7 +44,7 @@ G_BEGIN_DECLS
|
|||
typedef enum {
|
||||
GST_FILESRC_OPEN = GST_ELEMENT_FLAG_LAST,
|
||||
|
||||
GST_FILESRC_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2,
|
||||
GST_FILESRC_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2
|
||||
} GstFileSrcFlags;
|
||||
|
||||
typedef struct _GstFileSrc GstFileSrc;
|
||||
|
|
|
@ -44,7 +44,7 @@ GstElementDetails gst_multidisksrc_details;
|
|||
typedef enum {
|
||||
GST_MULTIDISKSRC_OPEN = GST_ELEMENT_FLAG_LAST,
|
||||
|
||||
GST_MULTIDISKSRC_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2,
|
||||
GST_MULTIDISKSRC_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2
|
||||
} GstMultiDiskSrcFlags;
|
||||
|
||||
typedef struct _GstMultiDiskSrc GstMultiDiskSrc;
|
||||
|
|
|
@ -44,7 +44,7 @@ GstElementDetails gst_multidisksrc_details;
|
|||
typedef enum {
|
||||
GST_MULTIDISKSRC_OPEN = GST_ELEMENT_FLAG_LAST,
|
||||
|
||||
GST_MULTIDISKSRC_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2,
|
||||
GST_MULTIDISKSRC_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2
|
||||
} GstMultiDiskSrcFlags;
|
||||
|
||||
typedef struct _GstMultiDiskSrc GstMultiDiskSrc;
|
||||
|
|
|
@ -47,7 +47,7 @@ GstElementDetails gst_pipefilter_details;
|
|||
typedef enum {
|
||||
GST_PIPEFILTER_OPEN = GST_ELEMENT_FLAG_LAST,
|
||||
|
||||
GST_PIPEFILTER_FLAG_LAST = GST_ELEMENT_FLAG_LAST,
|
||||
GST_PIPEFILTER_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2
|
||||
} GstPipeFilterFlags;
|
||||
|
||||
typedef struct _GstPipefilter GstPipefilter;
|
||||
|
|
|
@ -46,7 +46,7 @@ GstElementDetails gst_shaper_details;
|
|||
|
||||
typedef enum {
|
||||
SHAPER_POLICY_TIMESTAMPS = 1,
|
||||
SHAPER_POLICY_BUFFERSIZE,
|
||||
SHAPER_POLICY_BUFFERSIZE
|
||||
} GstShaperPolicyType;
|
||||
|
||||
typedef struct _GstShaper GstShaper;
|
||||
|
|
|
@ -24,10 +24,12 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
typedef volatile gint gst_vgint; /* gtk-doc volatile workaround */
|
||||
|
||||
typedef struct _GstAtomicInt GstAtomicInt;
|
||||
|
||||
struct _GstAtomicInt {
|
||||
volatile gint counter;
|
||||
gst_vgint counter;
|
||||
GMutex *lock; /* for C fallback */
|
||||
};
|
||||
|
||||
|
|
|
@ -2706,7 +2706,7 @@ gst_ghost_pad_dispose (GObject *object)
|
|||
*
|
||||
* Creates a new ghost pad associated with the given pad, and names it with
|
||||
* the given name. If name is NULL, a guaranteed unique name (across all
|
||||
* ghost pads) will be assigned (most likely of the form ghostpad&perc;d).
|
||||
* ghost pads) will be assigned (most likely of the form ghostpad%d).
|
||||
*
|
||||
* Returns: a new ghost #GstPad, or NULL in case of an error.
|
||||
*/
|
||||
|
|
|
@ -185,7 +185,7 @@ gst_props_transform_to_string (const GValue *src_value, GValue *dest_value)
|
|||
if (props)
|
||||
dest_value->data[0].v_pointer = gst_props_to_string (props);
|
||||
}
|
||||
/**
|
||||
/*
|
||||
* r will still point to the string. if end == next, the string will not be
|
||||
* null-terminated. In all other cases it will be.
|
||||
* end = pointer to char behind end of string, next = pointer to start of
|
||||
|
@ -258,7 +258,7 @@ gst_props_entry_from_string_no_name (gchar *s, gchar **after, gboolean has_type)
|
|||
gchar *end, *next, *check = s;
|
||||
GstPropsType type = GST_PROPS_INVALID_TYPE;
|
||||
/* [TYPE=]VALUE */
|
||||
/**
|
||||
/*
|
||||
* valid type identifiers case insensitive:
|
||||
* INT: "i", "int"
|
||||
* FLOAT: "f", "float"
|
||||
|
@ -539,7 +539,7 @@ error:
|
|||
GstProps *
|
||||
gst_props_from_string (gchar *str)
|
||||
{
|
||||
/**
|
||||
/*
|
||||
* format to parse is ENTRY[,ENTRY ...]
|
||||
* ENTRY is NAME[:TYPE]=VALUE
|
||||
* NAME is alphanumeric
|
||||
|
|
|
@ -32,10 +32,13 @@ struct _GstTrashStackElement {
|
|||
GstTrashStackElement *next;
|
||||
};
|
||||
|
||||
typedef volatile gpointer gst_vgpointer;/* gtk-doc volatile workaround */
|
||||
typedef volatile gulong gst_vgulong; /* gtk-doc volatile workaround */
|
||||
|
||||
struct _GstTrashStack {
|
||||
volatile gpointer head;
|
||||
volatile gulong count; /* for the ABA problem */
|
||||
GMutex *lock; /* lock for C fallback */
|
||||
gst_vgpointer head;
|
||||
gst_vgulong count; /* for the ABA problem */
|
||||
GMutex *lock; /* lock for C fallback */
|
||||
};
|
||||
|
||||
GST_INLINE_FUNC GstTrashStack* gst_trash_stack_new (void);
|
||||
|
|
|
@ -450,7 +450,7 @@ gst_parse_perform_delayed_link (GstElement *src, const gchar *src_pad,
|
|||
}
|
||||
/**
|
||||
* performs a link and frees the struct. src and sink elements must be given
|
||||
* return values: 0 - link performed
|
||||
* return values 0 - link performed
|
||||
* 1 - link delayed
|
||||
* <0 - error
|
||||
*/
|
||||
|
|
|
@ -34,7 +34,7 @@ struct _graph_t {
|
|||
};
|
||||
|
||||
|
||||
/**
|
||||
/*
|
||||
* Memory checking. Should probably be done with gsttrace stuff, but that
|
||||
* doesn't really work.
|
||||
* This is not safe from reentrance issues, but that doesn't matter as long as
|
||||
|
|
|
@ -53,12 +53,12 @@ typedef enum {
|
|||
GST_XML_REGISTRY_PADTEMPLATE,
|
||||
GST_XML_REGISTRY_CAPS,
|
||||
GST_XML_REGISTRY_CAPSCOMP,
|
||||
GST_XML_REGISTRY_PROPERTIES,
|
||||
GST_XML_REGISTRY_PROPERTIES
|
||||
} GstXMLRegistryState;
|
||||
|
||||
typedef enum {
|
||||
GST_XML_REGISTRY_READ,
|
||||
GST_XML_REGISTRY_WRITE,
|
||||
GST_XML_REGISTRY_WRITE
|
||||
} GstXMLRegistryMode;
|
||||
|
||||
typedef void (*GstXMLRegistryGetPerms) (GstXMLRegistry *registry);
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#define COTHREADS_NAME "gthread"
|
||||
#define COTHREADS_NAME_CAPITAL "GThread"
|
||||
|
||||
/**
|
||||
/*
|
||||
* Theory of operation:
|
||||
* Instead of using cothreads, GThreads and 1 mutex are used.
|
||||
* Every thread may only run if it holds the mutex. Otherwise it holds its own
|
||||
|
|
|
@ -33,7 +33,7 @@ extern GstElementDetails gst_aggregator_details;
|
|||
typedef enum {
|
||||
AGGREGATOR_LOOP = 1,
|
||||
AGGREGATOR_LOOP_SELECT,
|
||||
AGGREGATOR_CHAIN,
|
||||
AGGREGATOR_CHAIN
|
||||
} GstAggregatorSchedType;
|
||||
|
||||
#define GST_TYPE_AGGREGATOR \
|
||||
|
|
|
@ -50,7 +50,7 @@ typedef struct _GstFileSinkClass GstFileSinkClass;
|
|||
typedef enum {
|
||||
GST_FILESINK_OPEN = GST_ELEMENT_FLAG_LAST,
|
||||
|
||||
GST_FILESINK_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2,
|
||||
GST_FILESINK_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2
|
||||
} GstFileSinkFlags;
|
||||
|
||||
struct _GstFileSink {
|
||||
|
|
|
@ -44,7 +44,7 @@ G_BEGIN_DECLS
|
|||
typedef enum {
|
||||
GST_FILESRC_OPEN = GST_ELEMENT_FLAG_LAST,
|
||||
|
||||
GST_FILESRC_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2,
|
||||
GST_FILESRC_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2
|
||||
} GstFileSrcFlags;
|
||||
|
||||
typedef struct _GstFileSrc GstFileSrc;
|
||||
|
|
|
@ -44,7 +44,7 @@ GstElementDetails gst_multidisksrc_details;
|
|||
typedef enum {
|
||||
GST_MULTIDISKSRC_OPEN = GST_ELEMENT_FLAG_LAST,
|
||||
|
||||
GST_MULTIDISKSRC_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2,
|
||||
GST_MULTIDISKSRC_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2
|
||||
} GstMultiDiskSrcFlags;
|
||||
|
||||
typedef struct _GstMultiDiskSrc GstMultiDiskSrc;
|
||||
|
|
|
@ -44,7 +44,7 @@ GstElementDetails gst_multidisksrc_details;
|
|||
typedef enum {
|
||||
GST_MULTIDISKSRC_OPEN = GST_ELEMENT_FLAG_LAST,
|
||||
|
||||
GST_MULTIDISKSRC_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2,
|
||||
GST_MULTIDISKSRC_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2
|
||||
} GstMultiDiskSrcFlags;
|
||||
|
||||
typedef struct _GstMultiDiskSrc GstMultiDiskSrc;
|
||||
|
|
|
@ -47,7 +47,7 @@ GstElementDetails gst_pipefilter_details;
|
|||
typedef enum {
|
||||
GST_PIPEFILTER_OPEN = GST_ELEMENT_FLAG_LAST,
|
||||
|
||||
GST_PIPEFILTER_FLAG_LAST = GST_ELEMENT_FLAG_LAST,
|
||||
GST_PIPEFILTER_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2
|
||||
} GstPipeFilterFlags;
|
||||
|
||||
typedef struct _GstPipefilter GstPipefilter;
|
||||
|
|
|
@ -46,7 +46,7 @@ GstElementDetails gst_shaper_details;
|
|||
|
||||
typedef enum {
|
||||
SHAPER_POLICY_TIMESTAMPS = 1,
|
||||
SHAPER_POLICY_BUFFERSIZE,
|
||||
SHAPER_POLICY_BUFFERSIZE
|
||||
} GstShaperPolicyType;
|
||||
|
||||
typedef struct _GstShaper GstShaper;
|
||||
|
|
Loading…
Reference in a new issue