diff options
Diffstat (limited to 'gst/id3demux/gstid3demux.c')
-rw-r--r-- | gst/id3demux/gstid3demux.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gst/id3demux/gstid3demux.c b/gst/id3demux/gstid3demux.c index e9f22c94..ed7c6260 100644 --- a/gst/id3demux/gstid3demux.c +++ b/gst/id3demux/gstid3demux.c @@ -254,9 +254,7 @@ gst_id3demux_add_srcpad (GstID3Demux * id3demux, GstCaps * new_caps) } if (id3demux->srcpad == NULL) { - id3demux->srcpad = - gst_pad_new_from_template (gst_element_class_get_pad_template - (GST_ELEMENT_GET_CLASS (id3demux), "src"), "src"); + id3demux->srcpad = gst_pad_new_from_static_template (&src_factory, "src"); g_return_val_if_fail (id3demux->srcpad != NULL, FALSE); gst_pad_set_query_type_function (id3demux->srcpad, |