Sorry, it has changed:
http://webcvs.freedesktop.org/gstreamer/gst-plugins-good/gst/rtp/gstrtpdepay.c?r1=1.12&r2=1.13
Best :)
>
> Regards,
> Philippe
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.ne
On Wed, 27 Sep 2006 15:50:47 +0200
"Mathias Krüger" <[EMAIL PROTECTED]> wrote:
> In actuell darcs distribution, there is this function now
>
> static gboolean
> is_depayloader (GstElementFactory *factory)
> {
> const gchar *klass = gst_element_factory_get_klass (factory);
> return (g_strrstr
In actuell darcs distribution, there is this function now
static gboolean
is_depayloader (GstElementFactory *factory)
{
const gchar *klass = gst_element_factory_get_klass (factory);
return (g_strrstr (klass, "Codec/Depayr/Network") != NULL);
}
in cvs gstreamer it will change to "Codec/Depaylo