gst/gstquery.c: Remove old structure field.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 2 Feb 2007 18:08:32 +0000 (18:08 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 2 Feb 2007 18:08:32 +0000 (18:08 +0000)
Original commit message from CVS:
* gst/gstquery.c: (gst_query_new_latency):
Remove old structure field.

ChangeLog
gst/gstquery.c

index 5eebe6a6e4424e064e8603066a92f67bc15c89a6..f903f1c9c67b1f978dce2ef7cb4440e7aaea7b9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-02  Wim Taymans,,,  <wim@fluendo.com>
+
+       * gst/gstquery.c: (gst_query_new_latency):
+       Remove old structure field.
+
 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
 
        * tools/gst-launch.1.in:
index 29ba21d859d9f3b9766d2eca42b4bd07de9303e3..406d7e4160bc089f682d918a6202378e9eb454e9 100644 (file)
@@ -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);