| 36576:469f275425e4 | 36577:0f30fdfb84be |
|---|---|
| 3459 GstElement *element; | 3459 GstElement *element; |
| 3460 GObjectClass *klass; | 3460 GObjectClass *klass; |
| 3461 #if !GST_CHECK_VERSION(1,0,0) | 3461 #if !GST_CHECK_VERSION(1,0,0) |
| 3462 GstPropertyProbe *probe; | 3462 GstPropertyProbe *probe; |
| 3463 const GParamSpec *pspec; | 3463 const GParamSpec *pspec; |
| 3464 gint i; | 3464 guint i; |
| 3465 GValueArray *array; | 3465 GValueArray *array; |
| 3466 enum { | 3466 enum { |
| 3467 PROBE_NONE, | 3467 PROBE_NONE, |
| 3468 PROBE_DEVICE, | 3468 PROBE_DEVICE, |
| 3469 PROBE_NAME | 3469 PROBE_NAME |