search for: swfdec_flv_decoder_get_data

Displaying 3 results from an estimated 3 matches for "swfdec_flv_decoder_get_data".

2007 Mar 20
0
4 commits - libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_flv_decoder.h libswfdec/swfdec_movie.c test/trace
...break; + case 18: + swfdec_flv_decoder_parse_data_tag (flv, &bits, timestamp); + break; default: SWFDEC_WARNING ("unknown tag (type %u)", type); break; @@ -492,6 +561,43 @@ swfdec_flv_decoder_get_audio (SwfdecFlvD return tag->buffer; } +/** + * swfdec_flv_decoder_get_data: + * @flv: a #SwfdecFlvDecoder + * @timestamp: timestamp to look for + * @real_timestamp: the timestamp of the returned buffer, if any + * + * Finds the next data event with a timestamp of at least @timestamp. If one + * exists, it is returned, and its real timestamp put into @real_timestamp. + *...
2007 Nov 07
0
7 commits - doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_widget.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_decoder.c libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_movie_asprops.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_player.c
...tval = g_object_new (SWFDEC_TYPE_FLV_DECODER, NULL); +#endif } else { retval = NULL; } diff --git a/libswfdec/swfdec_flv_decoder.c b/libswfdec/swfdec_flv_decoder.c index 4ba427e..81e7e36 100644 --- a/libswfdec/swfdec_flv_decoder.c +++ b/libswfdec/swfdec_flv_decoder.c @@ -594,27 +594,6 @@ swfdec_flv_decoder_get_data (SwfdecFlvDecoder *flv, guint timestamp, guint *real return tag->buffer; } -/*** HACK ***/ - -/* This is a hack to allow native FLV playback IN SwfdecPlayer */ - -#include "swfdec_loadertarget.h" -#include "swfdec_net_stream.h" -#include "swfdec_sprite.h" -#in...
2007 Apr 04
0
Branch 'as' - 17 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...cAsObject * object, + guint conditions, guint8 key); diff --git a/libswfdec/swfdec_flv_decoder.c b/libswfdec/swfdec_flv_decoder.c index 807447e..fe35ed2 100644 --- a/libswfdec/swfdec_flv_decoder.c +++ b/libswfdec/swfdec_flv_decoder.c @@ -614,6 +614,7 @@ swfdec_flv_decoder_get_data (SwfdecFlvDe #include "swfdec_sprite.h" #include "swfdec_video_movie.h" +#if 0 static void notify_initialized (SwfdecPlayer *player, GParamSpec *pspec, SwfdecVideoMovie *movie) { @@ -623,6 +624,7 @@ notify_initialized (SwfdecPlayer *player swfdec_movie_queue_update (SW...