aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmedia/llmediaimplgstreamer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'mccabe/next' into next-1.1Jacek Antonelli2009-06-051-1/+1
|\
| * GST_PLUGIN_PATH should only search plugin directories for WindowsMcCabe Maxsted2009-04-171-1/+1
| |
* | Removed redundant play() from LLMediaImplGStreamer::navigateTo().Jacek Antonelli2009-04-181-3/+0
| |
* | LLMediaImplGStreamer::play() is no-op if already playing.Jacek Antonelli2009-04-181-0/+7
| |
* | Removed some useless code from LLMediaImplGStreamer::startPlay().Jacek Antonelli2009-04-181-3/+0
|/
* Don't use LL_ERRS, it makes the viewer abort!Jacek Antonelli2009-04-061-1/+1
|
* Merge branch 'mac-1.1.0' into nextJacek Antonelli2009-04-061-41/+95
|\ | | | | | | | | | | | | Required substantial portability changes to set_gst_plugin_path(). Conflicts: linden/indra/llmedia/llmediaimplgstreamer.cpp
| * set_gst_plugin_path now sets GST_PLUGIN_SYSTEM_PATH="".Jacek Antonelli2009-03-291-0/+3
| | | | | | | | | | This prevents GStreamer from looking for system-installed plugins, which can have conflicts with our packaged ones.
| * Improved set_gst_plugin_path, now sets path on Mac too.Jacek Antonelli2009-03-291-36/+67
| |
* | Merge branch gst-thread into gst-revampJacek Antonelli2009-04-061-8/+28
|\ \ | | | | | | | | | | | | Conflicts: linden/indra/llmedia/llmediaimplgstreamer.cpp
| * | LLMediaImplGStreamer creates new thread for playing.Jacek Antonelli2009-04-061-6/+21
| | | | | | | | | | | | This keeps the viewer responsive while GStreamer does its thing.
| * | Refactored the heart of the GST play code to startPlay().Jacek Antonelli2009-04-041-4/+7
| | |
* | | Merge commit 'mccabe/gst-revamp' into gst-revampJacek Antonelli2009-04-061-43/+79
|\ \ \ | |/ / |/| |
| * | Cleaned up logic for bad streamsMcCabe Maxsted2009-03-311-11/+10
| | |
| * | removed gst_element_get_stateMcCabe Maxsted2009-03-301-29/+45
| | |
| * | Added loading info to log's plugin list, set_gst_plugin_path now compiles ↵McCabe Maxsted2009-03-291-13/+23
| | | | | | | | | | | | for windows
| * | Fixed merge conflictsMcCabe Maxsted2009-03-291-0/+71
| |\ \ | | |/
| * | Fixed video streams freezing the viewerMcCabe Maxsted2009-03-271-3/+3
| | |
| * | Fixed merge conflictMcCabe Maxsted2009-03-261-74/+44
| |\ \
| * | | Visual Studio now ignores C4244 warnings in GStreamerMcCabe Maxsted2009-03-161-2/+13
| | | |
* | | | Plugged in LLMediaImplGStreamer::gstreamer_log().Jacek Antonelli2009-04-021-1/+5
| | | |
* | | | Implemented LLMediaImplGStreamer::gstreamer_log().Jacek Antonelli2009-04-021-0/+40
| | | |
* | | | Implemented LLMediaImplGstreamer::setDebugLevel().Jacek Antonelli2009-04-021-0/+12
| |_|/ |/| |
* | | Fixed some minor mistakes in set_gst_plugin_path().Jacek Antonelli2009-03-281-2/+2
| | |
* | | Improved set_gst_plugin_path, more comprehensive path.Jacek Antonelli2009-03-281-9/+38
| | | | | | | | | | | | Also tried to tidy up a bit.
* | | Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer.Jacek Antonelli2009-03-281-0/+27
| | | | | | | | | | | | | | | LLAppViewer::gst_plugin_path --> LLMediaImplGStreamer::set_gst_plugin_path
* | | Print out the plugins gstreamer finds, for debugging.Jacek Antonelli2009-03-281-0/+15
| |/ |/|
* | Removed all that llgst and symbol grabbing silliness.Jacek Antonelli2009-03-261-74/+44
|/ | | | Some symbols require gstreamer >= 0.10.11.
* Initialize gstreamer (if needed) when making LLMediaImplGStreamer.Jacek Antonelli2009-02-281-0/+2
| | | | Lets us find gstreamer version for "About Imprudence" before login.
* Fixed bad LM patch side-effectMcCabe Maxsted2009-02-261-1/+1
|
* get_state shows name infoMcCabe Maxsted2009-02-201-3/+3
|
* Added STATUS_DEAD to LLMediaBaseMcCabe Maxsted2009-02-201-9/+24
|
* Updated GStreamer commentsMcCabe Maxsted2009-02-181-5/+31
|
* Added GStreamer version info to About > ImprudenceMcCabe Maxsted2009-02-181-3/+5
|
* Added error checking to play/stop/pause to prevent bad loopingMcCabe Maxsted2009-02-181-25/+39
|
* Added artist/title tag info supportMcCabe Maxsted2009-02-141-7/+2
|
* Removed junk code from gstreamerMcCabe Maxsted2009-02-131-28/+0
|
* Removed spammy gstreamer debug messagesMcCabe Maxsted2009-01-301-0/+12
|
* Added newline at end of llmediaimplgstreamer.cppJacek Antonelli2009-01-111-1/+1
| | | | Newline at end of file is needed for Linux compile.
* minor gstreamer tweakunknown2009-01-091-4/+4
|
* Streaming music/video now works on Windows.unknown2009-01-061-143/+136
|
* Workaround for change volume bug in gstreamen 0.10.21Anders Arnholm2008-12-191-0/+7
|
* Clean up logging to used standard LL metods.Anders Arnholm2008-12-191-49/+70
|
* VWR-10759 (use delete [] in LLMediaImplGStreamer)Jacek Antonelli2008-12-061-1/+1
| | | | Patch by Aleric Inglewood.
* Second Life viewer sources 1.21.0-RCJacek Antonelli2008-09-061-4/+26
|
* Second Life viewer sources 1.20.7Jacek Antonelli2008-08-151-1/+2
|
* Second Life viewer sources 1.19.1.2Jacek Antonelli2008-08-151-0/+4
|
* Second Life viewer sources 1.19.1.0Jacek Antonelli2008-08-151-375/+277
|
* Second Life viewer sources 1.19.0.0Jacek Antonelli2008-08-151-2/+2
|
* Second Life viewer sources 1.18.6.4-RCJacek Antonelli2008-08-151-1/+1
|