diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-04-16 17:01:15 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-04-16 17:01:15 +0000 |
commit | eef352f700cfa255d4c057af1dd1be35e33b8420 (patch) | |
tree | d63d1a17db58316621a3add0835a350f180b08df | |
parent | ebf3d7c76d44282df19221f4f3bf22c90fab23b0 (diff) |
fix wrong use of GST_ELEMENT_ERROR
Original commit message from CVS:
fix wrong use of GST_ELEMENT_ERROR
-rw-r--r-- | ChangeLog | 7 | ||||
m--------- | common | 0 |
2 files changed, 5 insertions, 2 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> * gst-libs/gst/riff/riff-media.c: @@ -6,8 +11,6 @@ 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_riff_create_video_caps_with_data), (gst_riff_create_video_caps), (gst_riff_create_audio_caps), diff --git a/common b/common -Subproject c4fb9e5b7bc69f9420a0f008230e3028fdc2b09 +Subproject d03e4388098656fa65df4d3a29e40fc556173d2 |