mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 15:36:42 +00:00
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.
This commit is contained in:
parent
c1225244a7
commit
ba36f77123
2 changed files with 8 additions and 1 deletions
|
@ -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>
|
2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||||
|
|
||||||
* gst-libs/gst/riff/riff-media.c:
|
* gst-libs/gst/riff/riff-media.c:
|
||||||
|
|
|
@ -420,7 +420,7 @@ gst_video_crop_change_state (GstElement * element)
|
||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
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);
|
GST_TYPE_VIDEO_CROP);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue