add an INFO line for when we actually update the fd
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 14 Sep 2006 20:12:04 +0000 (20:12 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 14 Sep 2006 20:12:04 +0000 (20:12 +0000)
Original commit message from CVS:
add an INFO line for when we actually update the fd

ChangeLog
plugins/elements/gstfdsrc.c

index 750331a..eaf79db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+       * plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd):
+         add an INFO line for when we actually update the fd
+
+2006-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
+
        * configure.ac:
          back to TRUNK
 
index e7eb0fe..6e9cdfb 100644 (file)
@@ -193,6 +193,7 @@ gst_fd_src_update_fd (GstFdSrc * src)
   struct stat stat_results;
 
   src->fd = src->new_fd;
+  GST_INFO_OBJECT (src, "Updating to fd %d", src->fd);
   g_free (src->uri);
   src->uri = g_strdup_printf ("fd://%d", src->fd);