summaryrefslogtreecommitdiff
path: root/gst-libs/gst/pbutils
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/pbutils')
-rw-r--r--gst-libs/gst/pbutils/codec-utils.c22
-rw-r--r--gst-libs/gst/pbutils/encoding-profile.c54
-rw-r--r--gst-libs/gst/pbutils/encoding-profile.h12
-rw-r--r--gst-libs/gst/pbutils/encoding-target.c26
-rw-r--r--gst-libs/gst/pbutils/encoding-target.h6
-rw-r--r--gst-libs/gst/pbutils/gstdiscoverer-types.c88
-rw-r--r--gst-libs/gst/pbutils/gstdiscoverer.c14
-rw-r--r--gst-libs/gst/pbutils/gstdiscoverer.h16
-rw-r--r--gst-libs/gst/pbutils/gstpluginsbaseversion.c4
-rw-r--r--gst-libs/gst/pbutils/gstpluginsbaseversion.h.in10
-rw-r--r--gst-libs/gst/pbutils/install-plugins.c16
-rw-r--r--gst-libs/gst/pbutils/install-plugins.h6
-rw-r--r--gst-libs/gst/pbutils/missing-plugins.c10
-rw-r--r--gst-libs/gst/pbutils/pbutils.c6
14 files changed, 3 insertions, 287 deletions
diff --git a/gst-libs/gst/pbutils/codec-utils.c b/gst-libs/gst/pbutils/codec-utils.c
index 282e03ed0..f8f0ad333 100644
--- a/gst-libs/gst/pbutils/codec-utils.c
+++ b/gst-libs/gst/pbutils/codec-utils.c
@@ -67,8 +67,6 @@ digit_to_string (guint digit)
* rate.
*
* Returns: The sample rate if @sr_idx is valid, 0 otherwise.
- *
- * Since: 0.10.31
*/
guint
gst_codec_utils_aac_get_sample_rate_from_index (guint sr_idx)
@@ -101,8 +99,6 @@ gst_codec_utils_aac_get_sample_rate_from_index (guint sr_idx)
*
* Returns: The profile as a const string and %NULL if the profile could not be
* determined.
- *
- * Since: 0.10.31
*/
const gchar *
gst_codec_utils_aac_get_profile (const guint8 * audio_config, guint len)
@@ -165,8 +161,6 @@ gst_codec_utils_aac_get_profile (const guint8 * audio_config, guint len)
*
* Returns: The level as a const string and %NULL if the level could not be
* determined.
- *
- * Since: 0.10.31
*/
const gchar *
gst_codec_utils_aac_get_level (const guint8 * audio_config, guint len)
@@ -339,8 +333,6 @@ gst_codec_utils_aac_get_level (const guint8 * audio_config, guint len)
* If mpegversion is 4, the "base-profile" field is also set in @caps.
*
* Returns: %TRUE if the level and profile could be set, %FALSE otherwise.
- *
- * Since: 0.10.31
*/
gboolean
gst_codec_utils_aac_caps_set_level_and_profile (GstCaps * caps,
@@ -406,8 +398,6 @@ gst_codec_utils_aac_caps_set_level_and_profile (GstCaps * caps,
* </itemizedlist>
*
* Returns: The profile as a const string, or %NULL if there is an error.
- *
- * Since: 0.10.31
*/
const gchar *
gst_codec_utils_h264_get_profile (const guint8 * sps, guint len)
@@ -479,8 +469,6 @@ gst_codec_utils_h264_get_profile (const guint8 * sps, guint len)
* same format as for gst_codec_utils_h264_get_profile().
*
* Returns: The level as a const string, or %NULL if there is an error.
- *
- * Since: 0.10.31
*/
const gchar *
gst_codec_utils_h264_get_level (const guint8 * sps, guint len)
@@ -535,8 +523,6 @@ gst_codec_utils_h264_get_level (const guint8 * sps, guint len)
* Transform a level string from the caps into the level_idc
*
* Returns: the level_idc or 0 if the level is unknown
- *
- * Since: 0.10.36
*/
guint8
gst_codec_utils_h264_get_level_idc (const gchar * level)
@@ -591,8 +577,6 @@ gst_codec_utils_h264_get_level_idc (const gchar * level)
* for more details on the parameters.
*
* Returns: %TRUE if the level and profile could be set, %FALSE otherwise.
- *
- * Since: 0.10.31
*/
gboolean
gst_codec_utils_h264_caps_set_level_and_profile (GstCaps * caps,
@@ -632,8 +616,6 @@ gst_codec_utils_h264_caps_set_level_and_profile (GstCaps * caps,
* (profile_and_level_indication) is used.
*
* Returns: The profile as a const string, or NULL if there is an error.
- *
- * Since: 0.10.31
*/
const gchar *
gst_codec_utils_mpeg4video_get_profile (const guint8 * vis_obj_seq, guint len)
@@ -706,8 +688,6 @@ gst_codec_utils_mpeg4video_get_profile (const guint8 * vis_obj_seq, guint len)
* (profile_and_level_indication) is used.
*
* Returns: The level as a const string, or NULL if there is an error.
- *
- * Since: 0.10.31
*/
const gchar *
gst_codec_utils_mpeg4video_get_level (const guint8 * vis_obj_seq, guint len)
@@ -800,8 +780,6 @@ gst_codec_utils_mpeg4video_get_level (const guint8 * vis_obj_seq, guint len)
* parameters.
*
* Returns: %TRUE if the level and profile could be set, %FALSE otherwise.
- *
- * Since: 0.10.31
*/
gboolean
gst_codec_utils_mpeg4video_caps_set_level_and_profile (GstCaps * caps,
diff --git a/gst-libs/gst/pbutils/encoding-profile.c b/gst-libs/gst/pbutils/encoding-profile.c
index 41a8b3442..0a65abff5 100644
--- a/gst-libs/gst/pbutils/encoding-profile.c
+++ b/gst-libs/gst/pbutils/encoding-profile.c
@@ -118,8 +118,6 @@
* ]|
* </para>
* </refsect2>
- *
- * Since: 0.10.32
*/
#ifdef HAVE_CONFIG_H
@@ -225,8 +223,6 @@ gst_encoding_profile_class_init (GstEncodingProfileClass * klass)
* gst_encoding_profile_get_name:
* @profile: a #GstEncodingProfile
*
- * Since: 0.10.32
- *
* Returns: the name of the profile, can be %NULL.
*/
const gchar *
@@ -239,8 +235,6 @@ gst_encoding_profile_get_name (GstEncodingProfile * profile)
* gst_encoding_profile_get_description:
* @profile: a #GstEncodingProfile
*
- * Since: 0.10.32
- *
* Returns: the description of the profile, can be %NULL.
*/
const gchar *
@@ -253,8 +247,6 @@ gst_encoding_profile_get_description (GstEncodingProfile * profile)
* gst_encoding_profile_get_format:
* @profile: a #GstEncodingProfile
*
- * Since: 0.10.32
- *
* Returns: (transfer full): the #GstCaps corresponding to the media format used
* in the profile. Unref after usage.
*/
@@ -268,8 +260,6 @@ gst_encoding_profile_get_format (GstEncodingProfile * profile)
* gst_encoding_profile_get_preset:
* @profile: a #GstEncodingProfile
*
- * Since: 0.10.32
- *
* Returns: the name of the #GstPreset to be used in the profile.
*/
const gchar *
@@ -282,8 +272,6 @@ gst_encoding_profile_get_preset (GstEncodingProfile * profile)
* gst_encoding_profile_get_presence:
* @profile: a #GstEncodingProfile
*
- * Since: 0.10.32
- *
* Returns: The number of times the profile is used in its parent
* container profile. If 0, it is not a mandatory stream.
*/
@@ -297,8 +285,6 @@ gst_encoding_profile_get_presence (GstEncodingProfile * profile)
* gst_encoding_profile_get_restriction:
* @profile: a #GstEncodingProfile
*
- * Since: 0.10.32
- *
* Returns: (transfer full): The restriction #GstCaps to apply before the encoder
* that will be used in the profile. The fields present in restriction caps are
* properties of the raw stream (that is before encoding), such as height and
@@ -319,8 +305,6 @@ gst_encoding_profile_get_restriction (GstEncodingProfile * profile)
*
* Set @name as the given name for the @profile. A copy of @name will be made
* internally.
- *
- * Since: 0.10.32
*/
void
gst_encoding_profile_set_name (GstEncodingProfile * profile, const gchar * name)
@@ -337,8 +321,6 @@ gst_encoding_profile_set_name (GstEncodingProfile * profile, const gchar * name)
*
* Set @description as the given description for the @profile. A copy of
* @description will be made internally.
- *
- * Since: 0.10.32
*/
void
gst_encoding_profile_set_description (GstEncodingProfile * profile,
@@ -355,8 +337,6 @@ gst_encoding_profile_set_description (GstEncodingProfile * profile,
* @format: the media format to use in the profile.
*
* Sets the media format used in the profile.
- *
- * Since: 0.10.32
*/
void
gst_encoding_profile_set_format (GstEncodingProfile * profile, GstCaps * format)
@@ -372,8 +352,6 @@ gst_encoding_profile_set_format (GstEncodingProfile * profile, GstCaps * format)
* @preset: the element preset to use
*
* Sets the preset to use for the profile.
- *
- * Since: 0.10.32
*/
void
gst_encoding_profile_set_preset (GstEncodingProfile * profile,
@@ -391,8 +369,6 @@ gst_encoding_profile_set_preset (GstEncodingProfile * profile,
*
* Set the number of time the profile is used in its parent
* container profile. If 0, it is not a mandatory stream
- *
- * Since: 0.10.32
*/
void
gst_encoding_profile_set_presence (GstEncodingProfile * profile, guint presence)
@@ -408,8 +384,6 @@ gst_encoding_profile_set_presence (GstEncodingProfile * profile, guint presence)
* Set the restriction #GstCaps to apply before the encoder
* that will be used in the profile. See gst_encoding_profile_set_restriction()
* for more about restrictions. Does not apply to #GstEncodingContainerProfile.
- *
- * Since: 0.10.32
*/
void
gst_encoding_profile_set_restriction (GstEncodingProfile * profile,
@@ -514,8 +488,6 @@ gst_encoding_video_profile_class_init (GstEncodingVideoProfileClass * klass)
*
* Returns: The pass number. Starts at 1 for multi-pass. 0 if this is
* not a multi-pass profile
- *
- * Since: 0.10.32
*/
guint
gst_encoding_video_profile_get_pass (GstEncodingVideoProfile * prof)
@@ -527,8 +499,6 @@ gst_encoding_video_profile_get_pass (GstEncodingVideoProfile * prof)
* gst_encoding_video_profile_get_variableframerate:
* @prof: a #GstEncodingVideoProfile
*
- * Since: 0.10.32
- *
* Returns: Whether non-constant video framerate is allowed for encoding.
*/
gboolean
@@ -546,8 +516,6 @@ gst_encoding_video_profile_get_variableframerate (GstEncodingVideoProfile *
* Sets the pass number of this video profile. The first pass profile should have
* this value set to 1. If this video profile isn't part of a multi-pass profile,
* you may set it to 0 (the default value).
- *
- * Since: 0.10.32
*/
void
gst_encoding_video_profile_set_pass (GstEncodingVideoProfile * prof, guint pass)
@@ -564,8 +532,6 @@ gst_encoding_video_profile_set_pass (GstEncodingVideoProfile * prof, guint pass)
* framerate. If set to %FALSE (default value), then the incoming stream will
* be normalized by dropping/duplicating frames in order to produce a
* constance framerate.
- *
- * Since: 0.10.32
*/
void
gst_encoding_video_profile_set_variableframerate (GstEncodingVideoProfile *
@@ -665,8 +631,6 @@ _compare_encoding_profiles (const GstEncodingProfile * a,
* Checks if @container contains a #GstEncodingProfile identical to
* @profile.
*
- * Since: 0.10.32
- *
* Returns: %TRUE if @container contains a #GstEncodingProfile identical
* to @profile, else %FALSE.
*/
@@ -691,8 +655,6 @@ gst_encoding_container_profile_contains_profile (GstEncodingContainerProfile *
* No copy of @profile will be made, if you wish to use it elsewhere after this
* method you should increment its reference count.
*
- * Since: 0.10.32
- *
* Returns: %TRUE if the @stream was properly added, else %FALSE.
*/
gboolean
@@ -749,8 +711,6 @@ common_creation (GType objtype, GstCaps * format, const gchar * preset,
*
* Creates a new #GstEncodingContainerProfile.
*
- * Since: 0.10.32
- *
* Returns: The newly created #GstEncodingContainerProfile.
*/
GstEncodingContainerProfile *
@@ -784,8 +744,6 @@ gst_encoding_container_profile_new (const gchar * name,
* If you wish to use/force a constant framerate please refer to the
* gst_encoding_video_profile_set_variableframerate() documentation.
*
- * Since: 0.10.32
- *
* Returns: the newly created #GstEncodingVideoProfile.
*/
GstEncodingVideoProfile *
@@ -811,8 +769,6 @@ gst_encoding_video_profile_new (GstCaps * format, const gchar * preset,
* All provided allocatable arguments will be internally copied, so can be
* safely freed/unreferenced after calling this method.
*
- * Since: 0.10.32
- *
* Returns: the newly created #GstEncodingAudioProfile.
*/
GstEncodingAudioProfile *
@@ -832,8 +788,6 @@ gst_encoding_audio_profile_new (GstCaps * format, const gchar * preset,
*
* Checks whether the two #GstEncodingProfile are equal
*
- * Since: 0.10.32
- *
* Returns: %TRUE if @a and @b are equal, else %FALSE.
*/
gboolean
@@ -849,8 +803,6 @@ gst_encoding_profile_is_equal (GstEncodingProfile * a, GstEncodingProfile * b)
*
* Computes the full output caps that this @profile will be able to consume.
*
- * Since: 0.10.32
- *
* Returns: (transfer full): The full caps the given @profile can consume. Call
* gst_caps_unref() when you are done with the caps.
*/
@@ -903,8 +855,6 @@ gst_encoding_profile_get_input_caps (GstEncodingProfile * profile)
* gst_encoding_profile_get_type_nick:
* @profile: a #GstEncodingProfile
*
- * Since: 0.10.32
- *
* Returns: the human-readable name of the type of @profile.
*/
const gchar *
@@ -928,8 +878,6 @@ gst_encoding_profile_get_type_nick (GstEncodingProfile * profile)
* Find the #GstEncodingProfile with the specified name and category.
*
* Returns: (transfer full): The matching #GstEncodingProfile or %NULL.
- *
- * Since: 0.10.32
*/
GstEncodingProfile *
gst_encoding_profile_find (const gchar * targetname, const gchar * profilename,
@@ -1009,8 +957,6 @@ gst_encoding_profile_deserialize_valfunc (GValue * value, const gchar * s)
* subtitles), are currently ignored.
*
* Returns: (transfer full): The new #GstEncodingProfile or %NULL.
- *
- * Since: 0.10.36
*/
GstEncodingProfile *
gst_encoding_profile_from_discoverer (GstDiscovererInfo * info)
diff --git a/gst-libs/gst/pbutils/encoding-profile.h b/gst-libs/gst/pbutils/encoding-profile.h
index e8c5c9288..f6de6ed31 100644
--- a/gst-libs/gst/pbutils/encoding-profile.h
+++ b/gst-libs/gst/pbutils/encoding-profile.h
@@ -33,8 +33,6 @@ G_BEGIN_DECLS
*
* The opaque base class object for all encoding profiles. This contains generic
* information like name, description, format and preset.
- *
- * Since: 0.10.32
*/
#define GST_TYPE_ENCODING_PROFILE \
@@ -53,8 +51,6 @@ GType gst_encoding_profile_get_type (void);
* GstEncodingContainerProfile:
*
* Encoding profiles for containers. Keeps track of a list of #GstEncodingProfile
- *
- * Since: 0.10.32
*/
#define GST_TYPE_ENCODING_CONTAINER_PROFILE \
(gst_encoding_container_profile_get_type ())
@@ -72,8 +68,6 @@ GType gst_encoding_container_profile_get_type (void);
* GstEncodingVideoProfile:
*
* Variant of #GstEncodingProfile for video streams, allows specifying the @pass.
- *
- * Since: 0.10.32
*/
#define GST_TYPE_ENCODING_VIDEO_PROFILE \
(gst_encoding_video_profile_get_type ())
@@ -91,8 +85,6 @@ GType gst_encoding_video_profile_get_type (void);
* GstEncodingAudioProfile:
*
* Variant of #GstEncodingProfile for audio streams.
- *
- * Since: 0.10.32
*/
#define GST_TYPE_ENCODING_AUDIO_PROFILE \
(gst_encoding_audio_profile_get_type ())
@@ -113,8 +105,6 @@ GType gst_encoding_audio_profile_get_type (void);
* @profile: a #GstEncodingProfile
*
* Decreases the reference count of the @profile, possibly freeing the @profile.
- *
- * Since: 0.10.32
*/
#define gst_encoding_profile_unref(profile) (g_object_unref ((GObject*) profile))
@@ -123,8 +113,6 @@ GType gst_encoding_audio_profile_get_type (void);
* @profile: a #GstEncodingProfile
*
* Increases the reference count of the @profile.
- *
- * Since: 0.10.32
*/
#define gst_encoding_profile_ref(profile) (g_object_ref ((GObject*) profile))
diff --git a/gst-libs/gst/pbutils/encoding-target.c b/gst-libs/gst/pbutils/encoding-target.c
index 42b5f3aec..709db228e 100644
--- a/gst-libs/gst/pbutils/encoding-target.c
+++ b/gst-libs/gst/pbutils/encoding-target.c
@@ -121,8 +121,6 @@ gst_encoding_target_class_init (GObjectClass * klass)
* gst_encoding_target_get_name:
* @target: a #GstEncodingTarget
*
- * Since: 0.10.32
- *
* Returns: (transfer none): The name of the @target.
*/
const gchar *
@@ -135,8 +133,6 @@ gst_encoding_target_get_name (GstEncodingTarget * target)
* gst_encoding_target_get_category:
* @target: a #GstEncodingTarget
*
- * Since: 0.10.32
- *
* Returns: (transfer none): The category of the @target. For example:
* #GST_ENCODING_CATEGORY_DEVICE.
*/
@@ -150,8 +146,6 @@ gst_encoding_target_get_category (GstEncodingTarget * target)
* gst_encoding_target_get_description:
* @target: a #GstEncodingTarget
*
- * Since: 0.10.32
- *
* Returns: (transfer none): The description of the @target.
*/
const gchar *
@@ -164,8 +158,6 @@ gst_encoding_target_get_description (GstEncodingTarget * target)
* gst_encoding_target_get_profiles:
* @target: a #GstEncodingTarget
*
- * Since: 0.10.32
- *
* Returns: (transfer none) (element-type GstPbutils.EncodingProfile): A list of
* #GstEncodingProfile(s) this @target handles.
*/
@@ -180,8 +172,6 @@ gst_encoding_target_get_profiles (GstEncodingTarget * target)
* @target: a #GstEncodingTarget
* @name: the name of the profile to retrieve
*
- * Since: 0.10.32
- *
* Returns: (transfer full): The matching #GstEncodingProfile, or %NULL.
*/
GstEncodingProfile *
@@ -260,8 +250,6 @@ validate_name (const gchar * name)
* <emphasis>can</emphasis> be a application or user specific category if
* needed.
*
- * Since: 0.10.32
- *
* Returns: (transfer full): The newly created #GstEncodingTarget or %NULL if
* there was an error.
*/
@@ -322,8 +310,6 @@ invalid_category:
* the profile after calling this method, you should increase its reference
* count.
*
- * Since: 0.10.32
- *
* Returns: %TRUE if the profile was added, else %FALSE.
**/
@@ -769,8 +755,6 @@ empty_name:
*
* Opens the provided file and returns the contained #GstEncodingTarget.
*
- * Since: 0.10.32
- *
* Returns: (transfer full): The #GstEncodingTarget contained in the file, else
* %NULL
*/
@@ -870,8 +854,6 @@ gst_encoding_target_subload (gchar * path, const gchar * category,
* If the category name is specified only targets from that category will be
* searched for.
*
- * Since: 0.10.32
- *
* Returns: (transfer full): The #GstEncodingTarget if available, else %NULL.
*/
GstEncodingTarget *
@@ -931,8 +913,6 @@ invalid_category:
*
* Saves the @target to the provided file location.
*
- * Since: 0.10.32
- *
* Returns: %TRUE if the target was correctly saved, else %FALSE.
**/
@@ -1000,8 +980,6 @@ write_failed:
*
* Saves the @target to a default user-local directory.
*
- * Since: 0.10.32
- *
* Returns: %TRUE if the target was correctly saved, else %FALSE.
**/
@@ -1058,8 +1036,6 @@ get_categories (gchar * path)
*
* Returns: (transfer full) (element-type gchar*): A list
* of #GstEncodingTarget categories.
- *
- * Since: 0.10.32
*/
GList *
gst_encoding_list_available_categories (void)
@@ -1175,8 +1151,6 @@ compare_targets (const GstEncodingTarget * ta, const GstEncodingTarget * tb)
* if @categoryname is %NULL.
*
* Returns: (transfer full) (element-type GstEncodingTarget): The list of #GstEncodingTarget
- *
- * Since: 0.10.32
*/
GList *
gst_encoding_list_all_targets (const gchar * categoryname)
diff --git a/gst-libs/gst/pbutils/encoding-target.h b/gst-libs/gst/pbutils/encoding-target.h
index 5b3a54a8b..bdfe3065a 100644
--- a/gst-libs/gst/pbutils/encoding-target.h
+++ b/gst-libs/gst/pbutils/encoding-target.h
@@ -78,8 +78,6 @@ G_BEGIN_DECLS
*
* When being stored/loaded, targets come from a specific category, like
* #GST_ENCODING_CATEGORY_DEVICE.
- *
- * Since: 0.10.32
*/
#define GST_TYPE_ENCODING_TARGET \
(gst_encoding_target_get_type ())
@@ -98,8 +96,6 @@ GType gst_encoding_target_get_type (void);
* @target: a #GstEncodingTarget
*
* Decreases the reference count of the @target, possibly freeing it.
- *
- * Since: 0.10.32
*/
#define gst_encoding_target_unref(target) \
(g_object_unref ((GObject*) target))
@@ -109,8 +105,6 @@ GType gst_encoding_target_get_type (void);
* @target: a #GstEncodingTarget
*
* Increases the reference count of the @target.
- *
- * Since: 0.10.32
*/
#define gst_encoding_target_ref(target) \
(g_object_ref ((GObject*) target))
diff --git a/gst-libs/gst/pbutils/gstdiscoverer-types.c b/gst-libs/gst/pbutils/gstdiscoverer-types.c
index 0746ea8ca..b64d872a3 100644
--- a/gst-libs/gst/pbutils/gstdiscoverer-types.c
+++ b/gst-libs/gst/pbutils/gstdiscoverer-types.c
@@ -462,8 +462,6 @@ gst_discoverer_stream_info_list_free (GList * infos)
* Returns: (transfer full) (element-type GstPbutils.DiscovererStreamInfo): A #GList of
* matching #GstDiscovererStreamInfo. The caller should free it with
* gst_discoverer_stream_info_list_free().
- *
- * Since: 0.10.31
*/
GList *
gst_discoverer_info_get_streams (GstDiscovererInfo * info, GType streamtype)
@@ -489,8 +487,6 @@ gst_discoverer_info_get_streams (GstDiscovererInfo * info, GType streamtype)
* Returns: (transfer full) (element-type GstPbutils.DiscovererStreamInfo): A #GList of
* matching #GstDiscovererStreamInfo. The caller should free it with
* gst_discoverer_stream_info_list_free().
- *
- * Since: 0.10.31
*/
GList *
gst_discoverer_info_get_audio_streams (GstDiscovererInfo * info)
@@ -507,8 +503,6 @@ gst_discoverer_info_get_audio_streams (GstDiscovererInfo * info)
* Returns: (transfer full) (element-type GstPbutils.DiscovererStreamInfo): A #GList of
* matching #GstDiscovererStreamInfo. The caller should free it with
* gst_discoverer_stream_info_list_free().
- *
- * Since: 0.10.31
*/
GList *
gst_discoverer_info_get_video_streams (GstDiscovererInfo * info)
@@ -525,8 +519,6 @@ gst_discoverer_info_get_video_streams (GstDiscovererInfo * info)
* Returns: (transfer full) (element-type GstPbutils.DiscovererStreamInfo): A #GList of
* matching #GstDiscovererStreamInfo. The caller should free it with
* gst_discoverer_stream_info_list_free().
- *
- * Since: 0.10.36
*/
GList *
gst_discoverer_info_get_subtitle_streams (GstDiscovererInfo * info)
@@ -544,8 +536,6 @@ gst_discoverer_info_get_subtitle_streams (GstDiscovererInfo * info)
* Returns: (transfer full) (element-type GstPbutils.DiscovererStreamInfo): A #GList of
* matching #GstDiscovererStreamInfo. The caller should free it with
* gst_discoverer_stream_info_list_free().
- *
- * Since: 0.10.31
*/
GList *
gst_discoverer_info_get_container_streams (GstDiscovererInfo * info)
@@ -560,8 +550,6 @@ gst_discoverer_info_get_container_streams (GstDiscovererInfo * info)
*
* Returns: a human readable name for the stream type of the given @info (ex : "audio",
* "container",...).
- *
- * Since: 0.10.31
*/
const gchar *
gst_discoverer_stream_info_get_stream_type_nick (GstDiscovererStreamInfo * info)
@@ -598,8 +586,6 @@ gst_discoverer_stream_info_get_stream_type_nick (GstDiscovererStreamInfo * info)
* Returns: (transfer full): the previous #GstDiscovererStreamInfo in a chain.
* %NULL for starting points. Unref with #gst_discoverer_stream_info_unref
* after usage.
- *
- * Since: 0.10.31
*/
GstDiscovererStreamInfo *
gst_discoverer_stream_info_get_previous (GstDiscovererStreamInfo * info)
@@ -618,8 +604,6 @@ gst_discoverer_stream_info_get_previous (GstDiscovererStreamInfo * info)
* Returns: (transfer full): the next #GstDiscovererStreamInfo in a chain. %NULL
* for final streams.
* Unref with #gst_discoverer_stream_info_unref after usage.
- *
- * Since: 0.10.31
*/
GstDiscovererStreamInfo *
gst_discoverer_stream_info_get_next (GstDiscovererStreamInfo * info)
@@ -638,8 +622,6 @@ gst_discoverer_stream_info_get_next (GstDiscovererStreamInfo * info)
*
* Returns: (transfer full): the #GstCaps of the stream. Unref with
* #gst_caps_unref after usage.
- *
- * Since: 0.10.31
*/
GstCaps *
gst_discoverer_stream_info_get_caps (GstDiscovererStreamInfo * info)
@@ -657,8 +639,6 @@ gst_discoverer_stream_info_get_caps (GstDiscovererStreamInfo * info)
*
* Returns: (transfer none): the tags contained in this stream. If you wish to
* use the tags after the life-time of @info you will need to copy them.
- *
- * Since: 0.10.31
*/
const GstTagList *
gst_discoverer_stream_info_get_tags (GstDiscovererStreamInfo * info)
@@ -674,8 +654,6 @@ gst_discoverer_stream_info_get_tags (GstDiscovererStreamInfo * info)
*
* Returns: (transfer none): the TOC contained in this stream. If you wish to
* use the TOC after the life-time of @info you will need to copy it.
- *
- * Since: 0.11.92
*/
const GstToc *
gst_discoverer_stream_info_get_toc (GstDiscovererStreamInfo * info)
@@ -692,8 +670,6 @@ gst_discoverer_stream_info_get_toc (GstDiscovererStreamInfo * info)
* Returns: (transfer none): additional information regarding the stream (for
* example codec version, profile, etc..). If you wish to use the #GstStructure
* after the life-time of @info you will need to copy it.
- *
- * Since: 0.10.31
*/
const GstStructure *
gst_discoverer_stream_info_get_misc (GstDiscovererStreamInfo * info)
@@ -712,8 +688,6 @@ gst_discoverer_stream_info_get_misc (GstDiscovererStreamInfo * info)
* Returns: (transfer full) (element-type GstPbutils.DiscovererStreamInfo): the list of
* #GstDiscovererStreamInfo this container stream offers.
* Free with gst_discoverer_stream_info_list_free() after usage.
- *
- * Since: 0.10.31
*/
GList *
@@ -743,8 +717,6 @@ gst_discoverer_container_info_get_streams (GstDiscovererContainerInfo * info)
* @info: a #GstDiscovererAudioInfo
*
* Returns: the number of channels in the stream.
- *
- * Since: 0.10.31
*/
AUDIO_INFO_ACCESSOR_CODE (channels, guint, 0);
@@ -754,8 +726,6 @@ AUDIO_INFO_ACCESSOR_CODE (channels, guint, 0);
* @info: a #GstDiscovererAudioInfo
*
* Returns: the sample rate of the stream in Hertz.
- *
- * Since: 0.10.31
*/
AUDIO_INFO_ACCESSOR_CODE (sample_rate, guint, 0);
@@ -765,8 +735,6 @@ AUDIO_INFO_ACCESSOR_CODE (sample_rate, guint, 0);
* @info: a #GstDiscovererAudioInfo
*
* Returns: the number of bits used per sample in each channel.
- *
- * Since: 0.10.31
*/
AUDIO_INFO_ACCESSOR_CODE (depth, guint, 0);
@@ -776,8 +744,6 @@ AUDIO_INFO_ACCESSOR_CODE (depth, guint, 0);
* @info: a #GstDiscovererAudioInfo
*
* Returns: the average or nominal bitrate of the stream in bits/second.
- *
- * Since: 0.10.31
*/
AUDIO_INFO_ACCESSOR_CODE (bitrate, guint, 0);
@@ -787,8 +753,6 @@ AUDIO_INFO_ACCESSOR_CODE (bitrate, guint, 0);
* @info: a #GstDiscovererAudioInfo
*
* Returns: the maximum bitrate of the stream in bits/second.
- *
- * Since: 0.10.31
*/
AUDIO_INFO_ACCESSOR_CODE (max_bitrate, guint, 0);
@@ -798,8 +762,6 @@ AUDIO_INFO_ACCESSOR_CODE (max_bitrate, guint, 0);
* @info: a #GstDiscovererAudioInfo
*
* Returns: the language of the stream, or NULL if unknown.
- *
- * Since: 0.10.36
*/
AUDIO_INFO_ACCESSOR_CODE (language, const gchar *, NULL);
@@ -816,8 +778,6 @@ AUDIO_INFO_ACCESSOR_CODE (language, const gchar *, NULL);
* @info: a #GstDiscovererVideoInfo
*
* Returns: the width of the video stream in pixels.
- *
- * Since: 0.10.31
*/
VIDEO_INFO_ACCESSOR_CODE (width, guint, 0);
@@ -827,8 +787,6 @@ VIDEO_INFO_ACCESSOR_CODE (width, guint, 0);
* @info: a #GstDiscovererVideoInfo
*
* Returns: the height of the video stream in pixels.
- *
- * Since: 0.10.31
*/
VIDEO_INFO_ACCESSOR_CODE (height, guint, 0);
@@ -838,8 +796,6 @@ VIDEO_INFO_ACCESSOR_CODE (height, guint, 0);
* @info: a #GstDiscovererVideoInfo
*
* Returns: the depth in bits of the video stream.
- *
- * Since: 0.10.31
*/
VIDEO_INFO_ACCESSOR_CODE (depth, guint, 0);
@@ -849,8 +805,6 @@ VIDEO_INFO_ACCESSOR_CODE (depth, guint, 0);
* @info: a #GstDiscovererVideoInfo
*
* Returns: the framerate of the video stream (numerator).
- *
- * Since: 0.10.31
*/
VIDEO_INFO_ACCESSOR_CODE (framerate_num, guint, 0);
@@ -860,8 +814,6 @@ VIDEO_INFO_ACCESSOR_CODE (framerate_num, guint, 0);
* @info: a #GstDiscovererVideoInfo
*
* Returns: the framerate of the video stream (denominator).
- *
- * Since: 0.10.31
*/
VIDEO_INFO_ACCESSOR_CODE (framerate_denom, guint, 0);
@@ -871,8 +823,6 @@ VIDEO_INFO_ACCESSOR_CODE (framerate_denom, guint, 0);
* @info: a #GstDiscovererVideoInfo
*
* Returns: the Pixel Aspect Ratio (PAR) of the video stream (numerator).
- *
- * Since: 0.10.31
*/
VIDEO_INFO_ACCESSOR_CODE (par_num, guint, 0);
@@ -882,8 +832,6 @@ VIDEO_INFO_ACCESSOR_CODE (par_num, guint, 0);
* @info: a #GstDiscovererVideoInfo
*
* Returns: the Pixel Aspect Ratio (PAR) of the video stream (denominator).
- *
- * Since: 0.10.31
*/
VIDEO_INFO_ACCESSOR_CODE (par_denom, guint, 0);
@@ -893,8 +841,6 @@ VIDEO_INFO_ACCESSOR_CODE (par_denom, guint, 0);
* @info: a #GstDiscovererVideoInfo
*
* Returns: %TRUE if the stream is interlaced, else %FALSE.
- *
- * Since: 0.10.31
*/
gboolean
gst_discoverer_video_info_is_interlaced (const GstDiscovererVideoInfo * info)
@@ -909,8 +855,6 @@ gst_discoverer_video_info_is_interlaced (const GstDiscovererVideoInfo * info)
* @info: a #GstDiscovererVideoInfo
*
* Returns: the average or nominal bitrate of the video stream in bits/second.
- *
- * Since: 0.10.31
*/
VIDEO_INFO_ACCESSOR_CODE (bitrate, guint, 0);
@@ -920,8 +864,6 @@ VIDEO_INFO_ACCESSOR_CODE (bitrate, guint, 0);
* @info: a #GstDiscovererVideoInfo
*
* Returns: the maximum bitrate of the video stream in bits/second.
- *
- * Since: 0.10.31
*/
VIDEO_INFO_ACCESSOR_CODE (max_bitrate, guint, 0);
@@ -932,8 +874,6 @@ VIDEO_INFO_ACCESSOR_CODE (max_bitrate, guint, 0);
*
* Returns: #TRUE if the video stream corresponds to an image (i.e. only contains
* one frame).
- *
- * Since: 0.10.31
*/
gboolean
gst_discoverer_video_info_is_image (const GstDiscovererVideoInfo * info)
@@ -955,8 +895,6 @@ gst_discoverer_video_info_is_image (const GstDiscovererVideoInfo * info)
* @info: a #GstDiscovererSubtitleInfo
*
* Returns: the language of the stream, or NULL if unknown.
- *
- * Since: 0.10.36
*/
SUBTITLE_INFO_ACCESSOR_CODE (language, const gchar *, NULL);
@@ -974,8 +912,6 @@ SUBTITLE_INFO_ACCESSOR_CODE (language, const gchar *, NULL);
*
* Returns: (transfer none): the URI to which this information corresponds to.
* Copy it if you wish to use it after the life-time of @info.
- *
- * Since: 0.10.31
*/
DISCOVERER_INFO_ACCESSOR_CODE (uri, const gchar *, NULL);
@@ -985,8 +921,6 @@ DISCOVERER_INFO_ACCESSOR_CODE (uri, const gchar *, NULL);
* @info: a #GstDiscovererInfo
*
* Returns: the result of the discovery as a #GstDiscovererResult.
- *
- * Since: 0.10.31
*/
DISCOVERER_INFO_ACCESSOR_CODE (result, GstDiscovererResult, GST_DISCOVERER_OK);
@@ -999,8 +933,6 @@ DISCOVERER_INFO_ACCESSOR_CODE (result, GstDiscovererResult, GST_DISCOVERER_OK);
* #GstDiscovererStreamInfo.
* This structure can be traversed to see the original hierarchy. Unref with
* gst_discoverer_stream_info_unref() after usage.
- *
- * Since: 0.10.31
*/
GstDiscovererStreamInfo *
@@ -1020,8 +952,6 @@ gst_discoverer_info_get_stream_info (GstDiscovererInfo * info)
* Returns: (transfer full) (element-type GstPbutils.DiscovererStreamInfo): the list of
* all streams contained in the #info. Free after usage
* with gst_discoverer_stream_info_list_free().
- *
- * Since: 0.10.31
*/
GList *
gst_discoverer_info_get_stream_list (GstDiscovererInfo * info)
@@ -1043,8 +973,6 @@ gst_discoverer_info_get_stream_list (GstDiscovererInfo * info)
* @info: a #GstDiscovererInfo
*
* Returns: the duration of the URI in #GstClockTime (nanoseconds).
- *
- * Since: 0.10.31
*/
DISCOVERER_INFO_ACCESSOR_CODE (duration, GstClockTime, GST_CLOCK_TIME_NONE);
@@ -1054,8 +982,6 @@ DISCOVERER_INFO_ACCESSOR_CODE (duration, GstClockTime, GST_CLOCK_TIME_NONE);
* @info: a #GstDiscovererInfo
*
* Returns: the whether the URI is seekable.
- *
- * Since: 0.10.32
*/
DISCOVERER_INFO_ACCESSOR_CODE (seekable, gboolean, FALSE);
@@ -1067,8 +993,6 @@ DISCOVERER_INFO_ACCESSOR_CODE (seekable, gboolean, FALSE);
* Returns: (transfer none): Miscellaneous information stored as a #GstStructure
* (for example: information about missing plugins). If you wish to use the
* #GstStructure after the life-time of @info, you will need to copy it.
- *
- * Since: 0.10.31
*/
DISCOVERER_INFO_ACCESSOR_CODE (misc, const GstStructure *, NULL);
@@ -1079,8 +1003,6 @@ DISCOVERER_INFO_ACCESSOR_CODE (misc, const GstStructure *, NULL);
*
* Returns: (transfer none): all tags contained in the URI. If you wish to use
* the tags after the life-time of @info, you will need to copy them.
- *
- * Since: 0.10.31
*/
DISCOVERER_INFO_ACCESSOR_CODE (tags, const GstTagList *, NULL);
@@ -1091,8 +1013,6 @@ DISCOVERER_INFO_ACCESSOR_CODE (tags, const GstTagList *, NULL);
*
* Returns: (transfer none): TOC contained in the URI. If you wish to use
* the TOC after the life-time of @info, you will need to copy it.
- *
- * Since: 0.11.92
*/
DISCOVERER_INFO_ACCESSOR_CODE (toc, const GstToc *, NULL);
@@ -1104,8 +1024,6 @@ DISCOVERER_INFO_ACCESSOR_CODE (toc, const GstToc *, NULL);
* Increments the reference count of @info.
*
* Returns: the same #GstDiscovererInfo object
- *
- * Since: 0.10.31
*/
/**
@@ -1113,8 +1031,6 @@ DISCOVERER_INFO_ACCESSOR_CODE (toc, const GstToc *, NULL);
* @info: a #GstDiscovererInfo
*
* Decrements the reference count of @info.
- *
- * Since: 0.10.31
*/
/**
@@ -1124,8 +1040,6 @@ DISCOVERER_INFO_ACCESSOR_CODE (toc, const GstToc *, NULL);
* Increments the reference count of @info.
*
* Returns: the same #GstDiscovererStreamInfo object
- *
- * Since: 0.10.31
*/
/**
@@ -1133,6 +1047,4 @@ DISCOVERER_INFO_ACCESSOR_CODE (toc, const GstToc *, NULL);
* @info: a #GstDiscovererStreamInfo
*
* Decrements the reference count of @info.
- *
- * Since: 0.10.31
*/
diff --git a/gst-libs/gst/pbutils/gstdiscoverer.c b/gst-libs/gst/pbutils/gstdiscoverer.c
index 89e793256..2bd3769e1 100644
--- a/gst-libs/gst/pbutils/gstdiscoverer.c
+++ b/gst-libs/gst/pbutils/gstdiscoverer.c
@@ -36,8 +36,6 @@
* asks for the discovery to begin (through gst_discoverer_start()).
*
* All the information is returned in a #GstDiscovererInfo structure.
- *
- * Since: 0.10.31
*/
#ifdef HAVE_CONFIG_H
@@ -195,7 +193,7 @@ gst_discoverer_class_init (GstDiscovererClass * klass)
/* properties */
/**
- * GstDiscoverer:timeout
+ * GstDiscoverer:timeout:
*
* The duration (in nanoseconds) after which the discovery of an individual
* URI will timeout.
@@ -1534,8 +1532,6 @@ beach:
* Allow asynchronous discovering of URIs to take place.
* A #GMainLoop must be available for #GstDiscoverer to properly work in
* asynchronous mode.
- *
- * Since: 0.10.31
*/
void
gst_discoverer_start (GstDiscoverer * discoverer)
@@ -1576,8 +1572,6 @@ gst_discoverer_start (GstDiscoverer * discoverer)
*
* Stop the discovery of any pending URIs and clears the list of
* pending URIS (if any).
- *
- * Since: 0.10.31
*/
void
gst_discoverer_stop (GstDiscoverer * discoverer)
@@ -1640,8 +1634,6 @@ gst_discoverer_stop (GstDiscoverer * discoverer)
*
* Returns: %TRUE if the @uri was successfully appended to the list of pending
* uris, else %FALSE
- *
- * Since: 0.10.31
*/
gboolean
gst_discoverer_discover_uri_async (GstDiscoverer * discoverer,
@@ -1678,8 +1670,6 @@ gst_discoverer_discover_uri_async (GstDiscoverer * discoverer,
*
* Returns: (transfer full): the result of the scanning. Can be %NULL if an
* error occurred.
- *
- * Since: 0.10.31
*/
GstDiscovererInfo *
gst_discoverer_discover_uri (GstDiscoverer * discoverer, const gchar * uri,
@@ -1735,8 +1725,6 @@ gst_discoverer_discover_uri (GstDiscoverer * discoverer, const gchar * uri,
* If an error occurred when creating the discoverer, @err will be set
* accordingly and %NULL will be returned. If @err is set, the caller must
* free it when no longer needed using g_error_free().
- *
- * Since: 0.10.31
*/
GstDiscoverer *
gst_discoverer_new (GstClockTime timeout, GError ** err)
diff --git a/gst-libs/gst/pbutils/gstdiscoverer.h b/gst-libs/gst/pbutils/gstdiscoverer.h
index e11bc1793..98b3365ed 100644
--- a/gst-libs/gst/pbutils/gstdiscoverer.h
+++ b/gst-libs/gst/pbutils/gstdiscoverer.h
@@ -53,8 +53,6 @@ GType gst_discoverer_stream_info_get_type (void);
* corresponding to the AVI container, which in turn will have a
* #GstDiscovererAudioInfo sub-stream and a #GstDiscovererVideoInfo sub-stream
* for the audio and video streams respectively.
- *
- * Since: 0.10.31
*/
#define gst_discoverer_stream_info_ref(info) ((GstDiscovererStreamInfo*) g_object_ref((GObject*) info))
#define gst_discoverer_stream_info_unref(info) (g_object_unref((GObject*) info))
@@ -71,8 +69,6 @@ const gchar * gst_discoverer_stream_info_get_stream_type_nick(GstDisc
* GstDiscovererContainerInfo:
*
* #GstDiscovererStreamInfo specific to container streams.
- *
- * Since: 0.10.31
*/
#define GST_TYPE_DISCOVERER_CONTAINER_INFO \
(gst_discoverer_container_info_get_type ())
@@ -92,8 +88,6 @@ GList *gst_discoverer_container_info_get_streams(GstDiscovererContainerInfo *inf
* GstDiscovererAudioInfo:
*
* #GstDiscovererStreamInfo specific to audio streams.
- *
- * Since: 0.10.31
*/
#define GST_TYPE_DISCOVERER_AUDIO_INFO \
(gst_discoverer_audio_info_get_type ())
@@ -117,8 +111,6 @@ const gchar * gst_discoverer_audio_info_get_language(const GstDiscovererAudioInf
* GstDiscovererVideoInfo:
*
* #GstDiscovererStreamInfo specific to video streams (this includes images).
- *
- * Since: 0.10.31
*/
#define GST_TYPE_DISCOVERER_VIDEO_INFO \
(gst_discoverer_video_info_get_type ())
@@ -147,8 +139,6 @@ gboolean gst_discoverer_video_info_is_image(const GstDiscovererVideoInfo*
*
* #GstDiscovererStreamInfo specific to subtitle streams (this includes text and
* image based ones).
- *
- * Since: 0.10.36
*/
#define GST_TYPE_DISCOVERER_SUBTITLE_INFO \
(gst_discoverer_subtitle_info_get_type ())
@@ -172,8 +162,6 @@ const gchar * gst_discoverer_subtitle_info_get_language(const GstDiscovererSub
* @GST_DISCOVERER_MISSING_PLUGINS: Some plugins are missing for full discovery
*
* Result values for the discovery process.
- *
- * Since: 0.10.31
*/
typedef enum {
GST_DISCOVERER_OK = 0,
@@ -189,8 +177,6 @@ typedef enum {
* GstDiscovererInfo:
*
* Structure containing the information of a URI analyzed by #GstDiscoverer.
- *
- * Since: 0.10.31
*/
typedef struct _GstDiscovererInfo GstDiscovererInfo;
@@ -246,8 +232,6 @@ typedef struct _GstDiscovererPrivate GstDiscovererPrivate;
* GstDiscoverer:
*
* The #GstDiscoverer structure.
- *
- * Since: 0.10.31
**/
struct _GstDiscoverer {
GObject parent;
diff --git a/gst-libs/gst/pbutils/gstpluginsbaseversion.c b/gst-libs/gst/pbutils/gstpluginsbaseversion.c
index 82645c14b..2906be59b 100644
--- a/gst-libs/gst/pbutils/gstpluginsbaseversion.c
+++ b/gst-libs/gst/pbutils/gstpluginsbaseversion.c
@@ -39,8 +39,6 @@
* @nano: (out): pointer to a guint to store the nano version number, or %NULL
*
* Gets the version number of the GStreamer Plugins Base libraries.
- *
- * Since: 0.10.31
*/
void
gst_plugins_base_version (guint * major, guint * minor, guint * micro,
@@ -64,8 +62,6 @@ gst_plugins_base_version (guint * major, guint * minor, guint * micro,
* strings, logging, about dialogs ...
*
* Returns: a newly allocated string describing this version of gst-plugins-base
- *
- * Since: 0.10.31
*/
gchar *
gst_plugins_base_version_string (void)
diff --git a/gst-libs/gst/pbutils/gstpluginsbaseversion.h.in b/gst-libs/gst/pbutils/gstpluginsbaseversion.h.in
index bd8adc961..b0301ef08 100644
--- a/gst-libs/gst/pbutils/gstpluginsbaseversion.h.in
+++ b/gst-libs/gst/pbutils/gstpluginsbaseversion.h.in
@@ -28,24 +28,18 @@ G_BEGIN_DECLS
* GST_PLUGINS_BASE_VERSION_MAJOR:
*
* The major version of GStreamer's gst-plugins-base libraries at compile time.
- *
- * Since: 0.10.31
*/
#define GST_PLUGINS_BASE_VERSION_MAJOR (@PACKAGE_VERSION_MAJOR@)
/**
* GST_PLUGINS_BASE_VERSION_MINOR:
*
* The minor version of GStreamer's gst-plugins-base libraries at compile time.
- *
- * Since: 0.10.31
*/
#define GST_PLUGINS_BASE_VERSION_MINOR (@PACKAGE_VERSION_MINOR@)
/**
* GST_PLUGINS_BASE_VERSION_MICRO:
*
* The micro version of GStreamer's gst-plugins-base libraries at compile time.
- *
- * Since: 0.10.31
*/
#define GST_PLUGINS_BASE_VERSION_MICRO (@PACKAGE_VERSION_MICRO@)
/**
@@ -53,8 +47,6 @@ G_BEGIN_DECLS
*
* The nano version of GStreamer's gst-plugins-base libraries at compile time.
* Actual releases have 0, GIT versions have 1, prerelease versions have 2-...
- *
- * Since: 0.10.31
*/
#define GST_PLUGINS_BASE_VERSION_NANO (@PACKAGE_VERSION_NANO@)
@@ -66,8 +58,6 @@ G_BEGIN_DECLS
*
* Check whether a GStreamer's gst-plugins-base libraries' version equal to
* or greater than major.minor.micro is present.
- *
- * Since: 0.10.31
*/
#define GST_CHECK_PLUGINS_BASE_VERSION(major,minor,micro) \
(GST_PLUGINS_BASE_VERSION_MAJOR > (major) || \
diff --git a/gst-libs/gst/pbutils/install-plugins.c b/gst-libs/gst/pbutils/install-plugins.c
index 6d5605a66..58a2c81f4 100644
--- a/gst-libs/gst/pbutils/install-plugins.c
+++ b/gst-libs/gst/pbutils/install-plugins.c
@@ -411,8 +411,6 @@ struct _GstInstallPluginsContext
* ##endif
* ...
* </programlisting>
- *
- * Since: 0.10.12
*/
void
gst_install_plugins_context_set_xid (GstInstallPluginsContext * ctx, guint xid)
@@ -429,8 +427,6 @@ gst_install_plugins_context_set_xid (GstInstallPluginsContext * ctx, guint xid)
*
* Returns: a new #GstInstallPluginsContext. Free with
* gst_install_plugins_context_free() when no longer needed
- *
- * Since: 0.10.12
*/
GstInstallPluginsContext *
gst_install_plugins_context_new (void)
@@ -443,8 +439,6 @@ gst_install_plugins_context_new (void)
* @ctx: a #GstInstallPluginsContext
*
* Frees a #GstInstallPluginsContext.
- *
- * Since: 0.10.12
*/
void
gst_install_plugins_context_free (GstInstallPluginsContext * ctx)
@@ -621,8 +615,6 @@ gst_install_plugins_installer_exited (GPid pid, gint status, gpointer data)
* installed but no suitable video decoder and no suitable audio decoder).
*
* Returns: result code whether an external installer could be started
- *
- * Since: 0.10.12
*/
GstInstallPluginsReturn
@@ -671,8 +663,6 @@ gst_install_plugins_async (gchar ** details, GstInstallPluginsContext * ctx,
* gst_install_plugins_async() instead of this function.
*
* Returns: the result of the installation.
- *
- * Since: 0.10.12
*/
GstInstallPluginsReturn
gst_install_plugins_sync (gchar ** details, GstInstallPluginsContext * ctx)
@@ -705,8 +695,6 @@ gst_install_plugins_sync (gchar ** details, GstInstallPluginsContext * ctx)
* in debugging.
*
* Returns: a descriptive string for the status code in @ret
- *
- * Since: 0.10.12
*/
const gchar *
gst_install_plugins_return_get_name (GstInstallPluginsReturn ret)
@@ -747,8 +735,6 @@ gst_install_plugins_return_get_name (GstInstallPluginsReturn ret)
* is currently in progress.
*
* Returns: TRUE if plugin installation is in progress, otherwise FALSE
- *
- * Since: 0.10.12
*/
gboolean
gst_install_plugins_installation_in_progress (void)
@@ -765,8 +751,6 @@ gst_install_plugins_installation_in_progress (void)
* exists.
*
* Returns: TRUE if plugin installation is likely to be supported.
- *
- * Since: 0.10.15
*/
gboolean
gst_install_plugins_supported (void)
diff --git a/gst-libs/gst/pbutils/install-plugins.h b/gst-libs/gst/pbutils/install-plugins.h
index f3ec2c0ad..9fddbd099 100644
--- a/gst-libs/gst/pbutils/install-plugins.h
+++ b/gst-libs/gst/pbutils/install-plugins.h
@@ -62,8 +62,6 @@ G_BEGIN_DECLS
*
* These codes indicate success or failure of starting an external installer
* program and to what extent the requested plugins could be installed.
- *
- * Since: 0.10.12
*/
typedef enum {
/* Return codes from the installer. Returned by gst_install_plugins_sync(),
@@ -93,8 +91,6 @@ typedef enum {
*
* Opaque context structure for the plugin installation. Use the provided
* API to set details on it.
- *
- * Since: 0.10.12
*/
#define GST_TYPE_INSTALL_PLUGINS_CONTEXT (gst_install_plugins_context_get_type())
@@ -118,8 +114,6 @@ GType gst_install_plugins_context_get_type (void);
* The prototype of the callback function that will be called once the
* external plugin installer program has returned. You only need to provide
* a callback function if you are using the asynchronous interface.
- *
- * Since: 0.10.12
*/
typedef void (*GstInstallPluginsResultFunc) (GstInstallPluginsReturn result,
gpointer user_data);
diff --git a/gst-libs/gst/pbutils/missing-plugins.c b/gst-libs/gst/pbutils/missing-plugins.c
index 896d28dd6..22af3559c 100644
--- a/gst-libs/gst/pbutils/missing-plugins.c
+++ b/gst-libs/gst/pbutils/missing-plugins.c
@@ -654,8 +654,6 @@ gst_installer_detail_new (gchar * description, const gchar * type,
*
* Returns: a newly-allocated detail string, or NULL on error. Free string
* with g_free() when not needed any longer.
- *
- * Since: 0.10.15
*/
gchar *
gst_missing_uri_source_installer_detail_new (const gchar * protocol)
@@ -684,8 +682,6 @@ gst_missing_uri_source_installer_detail_new (const gchar * protocol)
*
* Returns: a newly-allocated detail string, or NULL on error. Free string
* with g_free() when not needed any longer.
- *
- * Since: 0.10.15
*/
gchar *
gst_missing_uri_sink_installer_detail_new (const gchar * protocol)
@@ -714,8 +710,6 @@ gst_missing_uri_sink_installer_detail_new (const gchar * protocol)
*
* Returns: a newly-allocated detail string, or NULL on error. Free string
* with g_free() when not needed any longer.
- *
- * Since: 0.10.15
*/
gchar *
gst_missing_element_installer_detail_new (const gchar * factory_name)
@@ -743,8 +737,6 @@ gst_missing_element_installer_detail_new (const gchar * factory_name)
*
* Returns: a newly-allocated detail string, or NULL on error. Free string
* with g_free() when not needed any longer.
- *
- * Since: 0.10.15
*/
gchar *
gst_missing_decoder_installer_detail_new (const GstCaps * decode_caps)
@@ -783,8 +775,6 @@ gst_missing_decoder_installer_detail_new (const GstCaps * decode_caps)
*
* Returns: a newly-allocated detail string, or NULL on error. Free string
* with g_free() when not needed any longer.
- *
- * Since: 0.10.15
*/
gchar *
gst_missing_encoder_installer_detail_new (const GstCaps * encode_caps)
diff --git a/gst-libs/gst/pbutils/pbutils.c b/gst-libs/gst/pbutils/pbutils.c
index 8accb8d64..4e8a79639 100644
--- a/gst-libs/gst/pbutils/pbutils.c
+++ b/gst-libs/gst/pbutils/pbutils.c
@@ -23,8 +23,8 @@
*
* <refsect2>
* <para>
- * libgstpbutils is a general utility library for plugins and applications,
- * available since gst-plugins-base 0.10.12. It currently provides the
+ * libgstpbutils is a general utility library for plugins and applications.
+ * It currently provides the
* following:
* </para>
* <itemizedlist>
@@ -85,8 +85,6 @@
*
* This function may be called multiple times. It will do nothing if the
* library has already been initialised.
- *
- * Since: 0.10.12
*/
void
gst_pb_utils_init (void)