summaryrefslogtreecommitdiffstats
path: root/ext/mythtv
AgeCommit message (Collapse)AuthorFilesLines
2008-01-22docs/plugins/Makefile.am: Add missing eol \Stefan Kost1-0/+1
Original commit message from CVS: * docs/plugins/Makefile.am: Add missing eol \ * docs/plugins/gst-plugins-bad-plugins-sections.txt: Place object names to standard sectionas plugin dont document those. * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/inspect/plugin-dvb.xml: * docs/plugins/inspect/plugin-nuvdemux.xml: regenerate. * ext/ivorbis/vorbisdec.c: * ext/ivorbis/vorbisdec.h: Mark private vars and add short desc. * ext/mythtv/gstmythtvsrc.c: * ext/theora/theoradec.c: Add short desc.
2007-09-29ext/mythtv/gstmythtvsrc.c: Re-apply docs patch from #468039; fix tab.Tim-Philipp Müller1-2/+4
Original commit message from CVS: * ext/mythtv/gstmythtvsrc.c: Re-apply docs patch from #468039; fix tab. * gst/mpegtsparse/.cvsignore: Ignore marshaller files generated at build time.
2007-09-03gmythsrc code rewrite;Renato Filho2-686/+366
Original commit message from CVS: gmythsrc code rewrite;
2007-08-20ext/mythtv/gstmythtvsrc.c: Add examples for live mythtv:// URIs to docs ↵Bastien Nocera1-14/+17
(#468039). Original commit message from CVS: Patch by: Bastien Nocera <hadess at hadess net> * ext/mythtv/gstmythtvsrc.c: Add examples for live mythtv:// URIs to docs (#468039). Also convert some tabs into spaces.
2007-05-31ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes ↵Tim-Philipp Müller1-1/+1
here as far as I can see. Original commit message from CVS: * ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here as far as I can see. * ext/mythtv/gstmythtvsrc.c: * ext/neon/gstneonhttpsrc.c: * gst/switch/gstswitch.c: Don't use gtk-doc magic markers for things that aren't meant to be parsed by gtk-doc. Makes gtk-doc complain a bit less.
2007-01-28ext/mythtv/gstmythtvsrc.c: Remove sleep calls, they've been moved into the ↵Rosfran Borges1-27/+15
library now ... (#354451). Original commit message from CVS: Patch by: Rosfran Borges <rosfran dot borges at idnt org br> * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start), (gst_mythtv_src_next_program_chain): Remove sleep calls, they've been moved into the library now ... (#354451).
2007-01-17ext/mythtv/gstmythtvsrc.c: Use break here instead of goto.Tim-Philipp Müller1-3/+2
Original commit message from CVS: * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property): Use break here instead of goto.
2007-01-13ext/mythtv/gstmythtvsrc.c: Clean up a bit, mostly the debug statements; fix ↵Tim-Philipp Müller1-93/+55
deadlock in _set_property() in the error ... Original commit message from CVS: * ext/mythtv/gstmythtvsrc.c: (do_read_request_response), (gst_mythtv_src_create), (gst_mythtv_src_get_position), (gst_mythtv_src_do_seek), (gst_mythtv_src_start), (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size), (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query), (gst_mythtv_src_change_state), (gst_mythtv_src_set_property), (gst_mythtv_src_uri_get_type): Clean up a bit, mostly the debug statements; fix deadlock in _set_property() in the error cases; fix up query function.
2007-01-12MythTV client source plugin created.Edgard Lima3-0/+1502
Original commit message from CVS: MythTV client source plugin created.