Home
last modified time | relevance | path

Searched refs:trackduration (Results 1 – 25 of 26) sorted by relevance

12

/dports/audio/gmtp/gmtp-1.3.11/src/
H A Dmetatag_info.c320 gchar * trackduration = ID3_getFrameText(id3_tag_id, "TLEN"); in get_id3_tags() local
321 if (trackduration != 0) { in get_id3_tags()
322 trackinformation->duration = atoi(trackduration); in get_id3_tags()
H A Dinterface.c1407 gchar *trackduration = NULL; in fileListAdd() local
1523trackduration = g_strdup_printf("%d:%.2d", (int) ((trackinfo->duration / 1000) / 60), in fileListAdd()
1561 COL_DURATION, trackduration, in fileListAdd()
1565 g_free(trackduration); in fileListAdd()
1567 trackduration = NULL; in fileListAdd()
1735trackduration = g_strdup_printf("%d:%.2d", (int) ((trackinfo->duration / 1000) / 60), in fileListAdd()
1768 COL_DURATION, trackduration, in fileListAdd()
1773 g_free(trackduration); in fileListAdd()
1775 trackduration = NULL; in fileListAdd()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/graphics/gstreamer1-plugins-libcaca/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/graphics/gstreamer1-plugins-gdkpixbuf/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-mux.c3089 gint64 trackduration; in gst_matroska_mux_start() local
3096 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start()
3098 GST_TIME_ARGS (trackduration)); in gst_matroska_mux_start()
3099 if (trackduration != GST_CLOCK_TIME_NONE && trackduration > duration) { in gst_matroska_mux_start()
3100 duration = (GstClockTime) trackduration; in gst_matroska_mux_start()

12