summaryrefslogtreecommitdiffstats
path: root/gst/videocrop
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-03-30 06:51:32 +0000
committerDavid Schleef <ds@schleef.org>2004-03-30 06:51:32 +0000
commiteb625f9853ce7058cec1085a2f7195ec638a0b20 (patch)
treee93f8ea01e68ca7853c05c9a73f6928403c96b7b /gst/videocrop
parentfb7546f72e77e3b22d3734a2f32c59eb9407bb25 (diff)
ext/alsa/gstalsa.c: Don't fixate fields that aren't in the caps.
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.
Diffstat (limited to 'gst/videocrop')
-rw-r--r--gst/videocrop/gstvideocrop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c
index 5e4c0b38..1e0cdd9f 100644
--- a/gst/videocrop/gstvideocrop.c
+++ b/gst/videocrop/gstvideocrop.c
@@ -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);
}