Hi,
I was trying to decode a .ts stream (264 data) usig gstreamer pipeline.
Pipeline looks like :
gst-launch-1.0 -vv filesrc location=test.ts ! tsdemux ! queue ! h264parse ! my_decoder ! my_display
here, h264parse provideds data with byte-stream format and nal alignment.
Issue is, it's src cap contains width and height = 0.
It doesnt contain proper width and height.
Is this expected behaviour?
Or it should send proper width and height in src caps ?
With If I apply a cap filter with format=avc, issue is solved. ie, getting proper width and height in src caps with avc format and au alignemnet.
Thanks and Regards
Anju Sebastian.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel