fix build and small issues
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 29 Apr 2004 10:16:11 +0000 (10:16 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 29 Apr 2004 10:16:11 +0000 (10:16 +0000)
Original commit message from CVS:
fix build and small issues

ChangeLog
gst/elements/gstfakesrc.c
gst/gstcaps.c
plugins/elements/gstfakesrc.c
po/POTFILES.in

index 4483522..c8f0f37 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
+          fix property
+       * gst/gstcaps.c:
+          fix doc string
+       * po/POTFILES.in:
+          rename typefind source file
+
 2004-04-28  David Schleef  <ds@schleef.org>
 
        Several new files from Steve Lhomme's MSVC patch (bug #141317):
index 00aea94..80067c3 100644 (file)
@@ -238,7 +238,7 @@ gst_fakesrc_class_init (GstFakeSrcClass * klass)
           G_PARAM_READWRITE));
   g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_NUM_BUFFERS,
       g_param_spec_int ("num-buffers", "num-buffers",
-          "Number of buffers to output before sending EOS", G_MININT, G_MAXINT,
+          "Number of buffers to output before sending EOS", -1, G_MAXINT,
           0, G_PARAM_READWRITE));
   g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_EOS,
       g_param_spec_boolean ("eos", "eos", "Send out the EOS event?", TRUE,
index f63d18a..1c10bd0 100644 (file)
@@ -1334,9 +1334,9 @@ gst_caps_replace (GstCaps ** caps, GstCaps * newcaps)
  * @caps: a #GstCaps
  *
  * Converts @caps to a string representation.  This string representation
- * can be converted back to a #GstCaps by #gst_caps_from_string().
+ * can be converted back to a #GstCaps by #gst_caps_from_string.
  *
- * Returns: a string representing @caps
+ * Returns: a newly allocated string representing @caps.
  */
 gchar *
 gst_caps_to_string (const GstCaps * caps)
@@ -1428,7 +1428,7 @@ gst_caps_from_string_inplace (GstCaps * caps, const gchar * string)
  *
  * Converts @caps from a string representation.
  *
- * Returns: a new #GstCaps
+ * Returns: a newly allocated #GstCaps
  */
 GstCaps *
 gst_caps_from_string (const gchar * string)
index 00aea94..80067c3 100644 (file)
@@ -238,7 +238,7 @@ gst_fakesrc_class_init (GstFakeSrcClass * klass)
           G_PARAM_READWRITE));
   g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_NUM_BUFFERS,
       g_param_spec_int ("num-buffers", "num-buffers",
-          "Number of buffers to output before sending EOS", G_MININT, G_MAXINT,
+          "Number of buffers to output before sending EOS", -1, G_MAXINT,
           0, G_PARAM_READWRITE));
   g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_EOS,
       g_param_spec_boolean ("eos", "eos", "Send out the EOS event?", TRUE,
index 8ad24d4..c8e71a0 100644 (file)
@@ -11,7 +11,7 @@ gst/elements/gstfilesrc.c
 gst/elements/gstidentity.c
 gst/elements/gstmultifilesrc.c
 gst/elements/gstpipefilter.c
-gst/elements/gsttypefind.c
+gst/elements/gsttypefindelement.c
 gst/parse/grammar.y
 tools/gst-inspect.c
 tools/gst-launch.c