1.0 : GValue used in code of uridecodebin autoplug-sort
Suresh Kumar SHUKLA
suresh.shukla at st.com
Tue Apr 2 03:57:32 PDT 2013
http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/gst/playback/gsturidecodebin.c?h=1.0
static GValueArray *
proxy_autoplug_sort_signal (GstElement * element, GstPad * pad,
GstCaps * caps, GValueArray * factories, GstURIDecodeBin * dec)
{
GValueArray *result;
g_signal_emit (dec,
gst_uri_decode_bin_signals[SIGNAL_AUTOPLUG_SORT], 0, pad, caps,
factories, &result);
GST_DEBUG_OBJECT (dec, "autoplug-sort returned %p", result);
return result;
}
So GValue will continue being used in 1.0 or am I missing something ?
Regards,
Suresh
More information about the gstreamer-devel
mailing list