ext/alsa/gstalsa.c: Don't fixate fields that aren't in the caps.
authorDavid Schleef <ds@schleef.org>
Tue, 30 Mar 2004 06:51:32 +0000 (06:51 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 30 Mar 2004 06:51:32 +0000 (06:51 +0000)
Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
aren't in the caps.
* gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
* gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.

ChangeLog
gst/videocrop/gstvideocrop.c

index dc3240adaca4fdb608b8997b6687ddada0be53e5..b58e948f5bd22c42eb0d0980729448626ec79119 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-29  David Schleef  <ds@schleef.org>
+
+       * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
+       aren't in the caps.
+       * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
+       * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
+
 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
 
        * gst-libs/gst/riff/riff-media.c:
index 5e4c0b38f46b11f65fd1a0351bb91f86432f61e4..1e0cdd9f9fe03eb993df5bd6388dcd5f1ad213b4 100644 (file)
@@ -420,7 +420,7 @@ gst_video_crop_change_state (GstElement * element)
 static gboolean
 plugin_init (GstPlugin * plugin)
 {
-  return gst_element_register (plugin, "videocrop", GST_RANK_PRIMARY,
+  return gst_element_register (plugin, "videocrop", GST_RANK_NONE,
       GST_TYPE_VIDEO_CROP);
 }