GNOME Bugzilla – Bug 724998
rtspsrc and dynamic size change
Last modified: 2015-03-04 17:10:59 UTC
I receive video from a camera with a pipeline like this: rtspsrc location=... ! rtpmp4vdepay ! mpeg4videoparse ! appsink the camera allow to change size dynamically, on size change the gstreamer pipeline continue to run but the caps on new buffer still report the old size and not the new one
here is a gdp capture: http://195.250.34.59/temp/724998.gdp
Could you make a gdp from what you receive right after the rtspsrc (before the depayloader).
please redownload the file, now the gdp capture is done after rtspsrc, the resolution start at 352x288 then is changed to 720x576 and finally again to 352x288
I don't see anything in the stream that indicates a resolution change.
this bug seems obsolete, it happen in 0.10 but both 1.4 and git master seems to handle the resolution change correctly (mpeg4videoparse post a bug message with new caps in 1.4+, I don't have 1.0.x or 1.2.x anymore but this is not relevant)