problem with gst_parse_launch() function

d dudi017 at gmail.com
Sun Mar 2 00:11:17 PST 2014


Hi stefan,

you right, I fixed the pcapc part, 
this is the new pipeline:

pipeline = gst_parse_launch ("filesrc name=my_filesrc ! pcapparse
src-port=58694, caps=application/x-rtp, payload=(int)96,
media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264  !
application/x-rtp, payload=(int)96, media=(string)video,
clock-rate=(int)90000, encoding-name=(string)H264  ! rtph264depay !
video/x-h264, width=320, height=240, framerate=(fraction)30/1 ! queue !
decodebin2 ! autovideosink", NULL);

filesrc = gst_bin_get_by_name (GST_BIN (pipeline), "my_filesrc");
 
g_object_set(G_OBJECT(filesrc),"location","C:\\Users\\user\\Desktop\\load.pcap
",NULL);


an dthis is the error I get:


** (basic-tutorial-1.exe:5240): CRITICAL **: validate_data: assertion `data
!= N
ULL' failed


I don't understand what "data" it means.
any ideas..?




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/problem-with-gst-parse-launch-function-tp4665561p4665642.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list