ext/sidplay/gstsiddec.*: Remove old metadata thing.

Original commit message from CVS:
* ext/sidplay/gstsiddec.cc:
* ext/sidplay/gstsiddec.h:
Remove old metadata thing.
This commit is contained in:
Wim Taymans 2006-07-21 11:01:55 +00:00
parent 0a62eac428
commit 7e23244807
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2006-07-21 Wim Taymans <wim@fluendo.com>
* ext/sidplay/gstsiddec.cc:
* ext/sidplay/gstsiddec.h:
Remove old metadata thing.
2006-07-15 Tim-Philipp Müller <tim at centricular dot net>
* gst/asfdemux/gstasfdemux.c:

View file

@ -749,7 +749,7 @@ gst_siddec_get_property (GObject * object, guint prop_id, GValue * value,
g_value_set_ulong (value, siddec->blocksize);
break;
case PROP_METADATA:
g_value_set_boxed (value, siddec->metadata);
g_value_set_boxed (value, NULL);
break;
default:
/* G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); */

View file

@ -60,8 +60,6 @@ struct _GstSidDec {
emuConfig *config;
gulong blocksize;
GstCaps *metadata;
};
struct _GstSidDecClass {