[gst-devel] small patch to gstpipeline

Tim 'Tool-Man' Taylor tim at tool-man.org
Sat Mar 10 01:59:31 CET 2001


I've attached a small patch to change the signature of gst_pipeline_new 
from:

     GstElement*    gst_pipeline_new        (guchar *name);

to:

     GstElement*    gst_pipeline_new        (const gchar *name);


The original signature required a cast like this to compile with g++:

     pipeline = gst_pipeline_new((guchar *) "pipeline");

-- 
Tim Taylor
tim at tool-man.org
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gstpipeline.patch
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20010309/bc719dea/attachment.txt>


More information about the gstreamer-devel mailing list