incomplete next/prev clip behaviour
[melted] / src / modules / gtk2 / producer_pixbuf.c
index 06b32c6..7114979 100644 (file)
@@ -90,7 +90,6 @@ mlt_producer producer_pixbuf_init( const char *filename )
                                }
                        } 
                        mlt_properties_set_timecode( properties, "out", this->count );
-                       mlt_properties_set_timecode( properties, "playtime", this->count );
                }
                else if ( strstr( filename, "/.all." ) != NULL )
                {
@@ -118,7 +117,6 @@ mlt_producer producer_pixbuf_init( const char *filename )
                        }
 
                        mlt_properties_set_timecode( properties, "out", this->count );
-                       mlt_properties_set_timecode( properties, "playtime", this->count );
                        free( de );
                        free( dir_name );
                }
@@ -127,7 +125,6 @@ mlt_producer producer_pixbuf_init( const char *filename )
                        this->filenames = realloc( this->filenames, sizeof( char * ) * ( this->count + 1 ) );
                        this->filenames[ this->count ++ ] = strdup( filename );
                        mlt_properties_set_timecode( properties, "out", 1 );
-                       mlt_properties_set_timecode( properties, "playtime", 1 );
                }
 
                // Initialise gobject types