mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
fix wrong use of GST_ELEMENT_ERROR
Original commit message from CVS: fix wrong use of GST_ELEMENT_ERROR
This commit is contained in:
parent
ebf3d7c76d
commit
eef352f700
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
|
||||||
|
Fix GST_ELEMENT_ERROR with (NULL)
|
||||||
|
|
||||||
2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* gst-libs/gst/riff/riff-media.c:
|
* gst-libs/gst/riff/riff-media.c:
|
||||||
|
@ -6,8 +11,6 @@
|
||||||
|
|
||||||
2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
reviewed by: <delete if not using a buddy>
|
|
||||||
|
|
||||||
* gst-libs/gst/riff/riff-media.c:
|
* gst-libs/gst/riff/riff-media.c:
|
||||||
(gst_riff_create_video_caps_with_data),
|
(gst_riff_create_video_caps_with_data),
|
||||||
(gst_riff_create_video_caps), (gst_riff_create_audio_caps),
|
(gst_riff_create_video_caps), (gst_riff_create_audio_caps),
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit c4fb9e5b7bc69f9420a0f008230e3028fdc2b097
|
Subproject commit d03e4388098656fa65df4d3a29e40fc556173d2d
|
Loading…
Reference in a new issue