[svn r626] trunk
authorrenatofilho
Wed May 02 21:38:04 2007 +0100 (2007-05-02)
branchtrunk
changeset 620bc9827e02466
parent 619 fd06870216b8
child 621 1bf45de64bd5
[svn r626]
gst-gmyth/concatmux/gstconcatmux.c
     1.1 --- a/gst-gmyth/concatmux/gstconcatmux.c	Wed May 02 18:26:41 2007 +0100
     1.2 +++ b/gst-gmyth/concatmux/gstconcatmux.c	Wed May 02 21:38:04 2007 +0100
     1.3 @@ -405,6 +405,7 @@
     1.4    g_mutex_lock (mutex);
     1.5    if (mux->done) {
     1.6        g_debug ("DONE pad %p", pad);
     1.7 +      g_mutex_unlock (mutex);
     1.8        return GST_FLOW_OK;
     1.9    }
    1.10  
    1.11 @@ -423,6 +424,7 @@
    1.12      mux->negotiated = TRUE;            
    1.13    } 
    1.14  
    1.15 +  /*
    1.16    g_debug ("Running [%s]\n"
    1.17          "\tTOFFSET    [%"G_GUINT64_FORMAT"]\n"
    1.18          "\tB_TSTAMP   [%"G_GUINT64_FORMAT"]\n"
    1.19 @@ -435,6 +437,7 @@
    1.20          GST_BUFFER_DURATION (databuf),
    1.21          mux->offset,
    1.22          GST_BUFFER_OFFSET (databuf));
    1.23 +  */        
    1.24  
    1.25  
    1.26    if (mux->resync) {
    1.27 @@ -533,7 +536,7 @@
    1.28  
    1.29  GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
    1.30      GST_VERSION_MINOR,
    1.31 -    "concat muxer",
    1.32 +    "concatmux",
    1.33      "Concat streamers",
    1.34       gst_concat_mux_plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
    1.35