<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I am writing a source element around a network camera. This camera offers ranges for width/height/framerate, which is something I want to offer to the user of the source</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
instead of creating a list of standard resolutions.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
The test pipeline looks like this<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
gst-launch-1.0 -v --gst-debug=*:3 mainsrc ! video/x-bayer,format=rggb,width=2592,height=300,framerate=15/1 ! fakesink<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
It ends with:<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
0:00:00.661077274 27086 0x5646bc0fcc40 ERROR           GST_PIPELINE gst/parse/grammar.y:752:gst_parse_perform_link: could not link mainsrc0 to fakesink0, mainsrc0 can't handle caps video/x-bayer, format=(string)rggb, width=(int)2592, height=(int)300, framerate=(fraction)15/1</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
WARNING: erroneous pipeline: could not link mainsrc0 to fakesink0, mainsrc0 can't handle caps video/x-bayer, format=(string)rggb, width=(int)2592, height=(int)300, framerate=(fraction)15/1</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
The caps the camera provides are:<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
video/x-raw, format=(string)GRAY8, width=(int)[ 96, 2592 ], height=(int)[ 4, 1944 ], framerate=(fraction)[ 50000/249, 286635/83 ];</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
video/x-raw, format=(string)GRAY16_LE, width=(int)[ 96, 2592 ], height=(int)[ 4, 1944 ], framerate=(fraction)[ 50000/249, 400000/249 ];
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
video/x-bayer, format=(string)rggb, width=(int)[ 96, 2592 ], height=(int)[ 4, 1944 ], framerate=(fraction)[ 50000/249, 286635/83 ]</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I am not getting any log messages from the  _fixate or _negotiate functions.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Is there anything I can get to the source of this negotiation problem? Or is it a bug?<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
</body>
</html>