diff --git a/ChangeLog b/ChangeLog index 5eebe6a6e4..f903f1c9c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-02 Wim Taymans,,, + + * gst/gstquery.c: (gst_query_new_latency): + Remove old structure field. + 2007-02-02 Stefan Kost * tools/gst-launch.1.in: diff --git a/gst/gstquery.c b/gst/gstquery.c index 29ba21d859..406d7e4160 100644 --- a/gst/gstquery.c +++ b/gst/gstquery.c @@ -557,7 +557,6 @@ gst_query_new_latency (void) structure = gst_structure_empty_new ("GstQueryLatency"); gst_structure_set (structure, "live", G_TYPE_BOOLEAN, FALSE, - "upstream-live", G_TYPE_BOOLEAN, FALSE, "min-latency", G_TYPE_UINT64, (gint64) 0, "max-latency", G_TYPE_UINT64, (gint64) - 1, NULL);