gst_message_parse_mpegts_section return NULL
Stefan Ringel
mail at stefanringel.de
Mon Jun 16 02:47:04 PDT 2014
>if (GST_MESSAGE_SRC(msg) == demux) {
> g_print("Message from
demuxer!\n\n");
> section =
gst_message_parse_mpegts_section (msg);
> if(section == NULL)
here a break statement, ! not all message from demux are sections.
> g_print("Null section\n");
> //g_print("after
section\n\n\n\n %p\n",section);
> if (section->section_type ==
GST_MPEGTS_SECTION_PAT) {
> //g_print("PAT!n");
Am 16.06.2014 06:36, schrieb sharan:
> Hello all,
>
> No MATTER whatever i do gst_message_parse_mpegts_section returning NULL ,
> i have tried all what i can think of , i have attached my file with this .
> please help me .
>
> Thanks
> Sharan pat.c
> <http://gstreamer-devel.966125.n4.nabble.com/file/n4667500/pat.c>
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gst-message-parse-mpegts-section-return-NULL-tp4667500.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list